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