Searched defs:LocalVarWrapper (Results 1 – 2 of 2) sorted by relevance
818 struct LocalVarWrapper { in SwapOneofField() struct833 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()