Searched refs:const_string_ref (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | inlined_string_field.h | 148 void Set(std::reference_wrapper<RefWrappedType> const_string_ref, 166 void SetBytes(std::reference_wrapper<RefWrappedType> const_string_ref, 258 std::reference_wrapper<RefWrappedType> const_string_ref, in Set() argument 261 Set(const_string_ref, arena, donated, donating_states, mask, msg); in Set() 293 std::reference_wrapper<RefWrappedType> const_string_ref, in SetBytes() argument 296 SetBytes(const_string_ref.get(), arena, donated, donating_states, mask, in SetBytes() 500 std::reference_wrapper<RefWrappedType> const_string_ref, in Set() argument 503 Set(const_string_ref.get(), arena, donated, donating_states, mask, msg); in Set() 508 std::reference_wrapper<RefWrappedType> const_string_ref, in SetBytes() argument 511 Set(const_string_ref.get(), arena, donated, donating_states, mask, msg); in SetBytes()
|
H A D | arenastring.h | 273 void Set(std::reference_wrapper<RefWrappedType> const_string_ref, in Set() 275 Set(const_string_ref.get(), arena); in Set()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | inlined_string_field.h | 148 void Set(std::reference_wrapper<RefWrappedType> const_string_ref, 166 void SetBytes(std::reference_wrapper<RefWrappedType> const_string_ref, 258 std::reference_wrapper<RefWrappedType> const_string_ref, in Set() argument 261 Set(const_string_ref, arena, donated, donating_states, mask, msg); in Set() 293 std::reference_wrapper<RefWrappedType> const_string_ref, in SetBytes() argument 296 SetBytes(const_string_ref.get(), arena, donated, donating_states, mask, in SetBytes() 500 std::reference_wrapper<RefWrappedType> const_string_ref, in Set() argument 503 Set(const_string_ref.get(), arena, donated, donating_states, mask, msg); in Set() 508 std::reference_wrapper<RefWrappedType> const_string_ref, in SetBytes() argument 511 Set(const_string_ref.get(), arena, donated, donating_states, mask, msg); in SetBytes()
|
H A D | arenastring.h | 273 void Set(std::reference_wrapper<RefWrappedType> const_string_ref, in Set() 275 Set(const_string_ref.get(), arena); in Set()
|