Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc818 struct LocalVarWrapper { in SwapOneofField() struct
833 const std::string& GetString() const { return string_val; } in SwapOneofField()
834 void SetString(const std::string& v) { string_val = v; } in SwapOneofField()
835 Message* UnsafeGetMessage() const { return GetMessage(); } in SwapOneofField()
836 void UnsafeSetMessage(Message* v) { SetMessage(v); } in SwapOneofField()
837 void ClearOneofCase() {} in SwapOneofField()
839 union { in SwapOneofField()
850 } oneof_val; in SwapOneofField()
853 std::string string_val; in SwapOneofField()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc818 struct LocalVarWrapper { in SwapOneofField() struct
833 const std::string& GetString() const { return string_val; } in SwapOneofField()
834 void SetString(const std::string& v) { string_val = v; } in SwapOneofField()
835 Message* UnsafeGetMessage() const { return GetMessage(); } in SwapOneofField()
836 void UnsafeSetMessage(Message* v) { SetMessage(v); } in SwapOneofField()
837 void ClearOneofCase() {} in SwapOneofField()
839 union { in SwapOneofField()
850 } oneof_val; in SwapOneofField()
853 std::string string_val; in SwapOneofField()