Home
last modified time | relevance | path

Searched refs:oneof_case_offset_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h447 int oneof_case_offset_; variable
Dgenerated_message_reflection.cc221 oneof_case_offset_(oneof_case_offset), in GeneratedMessageReflection()
1946 + oneof_case_offset_; in GetOneofCase()
1953 void* ptr = reinterpret_cast<uint8*>(message) + oneof_case_offset_; in MutableOneofCase()