Searched refs:ROLE_NIL (Results 1 – 4 of 4) sorted by relevance
26 ROLE_NIL = -1, enumerator52 int32_t role = Role::ROLE_NIL;
28 ROLE_NIL = -1, enumerator54 int32_t role = Role::ROLE_NIL;
62 if (output.role < CloudData::Role::ROLE_NIL || output.role >= CloudData::Role::ROLE_BUTT) { in Convert2Value()144 if (value.role == CloudData::Role::ROLE_NIL) { in Convert2JSValue()
57 if (!data.ReadInt32(result) || result < Role::ROLE_NIL || result >= Role::ROLE_BUTT) { in Unmarshalling()