Searched refs:oneof_descriptor (Results 1 – 3 of 3) sorted by relevance
414 const OneofDescriptor* oneof_descriptor) const { in SwapOneofField()415 uint32 oneof_case1 = GetOneofCase(*message1, oneof_descriptor); in SwapOneofField()416 uint32 oneof_case2 = GetOneofCase(*message2, oneof_descriptor); in SwapOneofField()495 ClearOneof(message1, oneof_descriptor); in SwapOneofField()527 ClearOneof(message2, oneof_descriptor); in SwapOneofField()1402 const OneofDescriptor* oneof_descriptor) const { in GetOneofFieldDescriptor()1403 uint32 field_number = GetOneofCase(message, oneof_descriptor); in GetOneofFieldDescriptor()1501 const OneofDescriptor* oneof_descriptor) const { in GetOneofCase()1504 return reinterpret_cast<const uint32*>(ptr)[oneof_descriptor->index()]; in GetOneofCase()1509 const OneofDescriptor* oneof_descriptor) const { in MutableOneofCase()[all …]
187 const OneofDescriptor* oneof_descriptor) const;226 const OneofDescriptor* oneof_descriptor) const;373 const OneofDescriptor* oneof_descriptor) const;376 const OneofDescriptor* oneof_descriptor) const;398 const OneofDescriptor* oneof_descriptor) const;
253 const OneofDescriptor* oneof_descriptor; member279 CONSTRUCTOR(OneofDescriptor , ONEOF , oneof_descriptor ) in CONSTRUCTOR()292 case ONEOF : return oneof_descriptor ->containing_type()->file(); in CONSTRUCTOR()1095 return (result.type == Symbol::ONEOF) ? result.oneof_descriptor : NULL; in FindOneofByName()1226 return result.oneof_descriptor; in FindOneofByName()