Home
last modified time | relevance | path

Searched defs:LocalVarWrapper (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc948 struct LocalVarWrapper { in SwapOneofField() struct
964 const std::string& GetString() const { return string_val; } in SwapOneofField()
965 void SetString(const std::string& v) { string_val = v; } in SwapOneofField()
966 Message* UnsafeGetMessage() const { return GetMessage(); } in SwapOneofField()
967 void UnsafeSetMessage(Message* v) { SetMessage(v); } in SwapOneofField()
968 void ClearOneofCase() {} in SwapOneofField()
970 union { in SwapOneofField()
982 } oneof_val; in SwapOneofField()
985 std::string string_val; in SwapOneofField()