Home
last modified time | relevance | path

Searched refs:GetStringValue (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_field.cc333 map_val->SetStringValue(other_it->second.GetStringValue()); in MergeFrom()
383 reflection->SetString(new_entry, key_des, map_key.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
410 reflection->SetString(new_entry, val_des, map_val.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap_field.h143 const std::string& GetStringValue() const { in GetStringValue() function
650 const std::string& GetStringValue() const {
812 return hash<std::string>()(map_key.GetStringValue());
Dmap_field_inl.h73 return map_key.GetStringValue();
Dmap_test_util.h1449 EXPECT_EQ(map[iter.GetKey().GetStringValue()], in ExpectMapFieldsSetViaReflectionIterator()
1450 iter.GetValueRef().GetStringValue()); in ExpectMapFieldsSetViaReflectionIterator()
1461 iter.GetValueRef().GetStringValue()); in ExpectMapFieldsSetViaReflectionIterator()
Dwire_format.cc1105 target = stream->WriteString(1, value.GetStringValue(), target); in SerializeMapKeyWithCachedSizes()
1138 target = stream->WriteString(2, value.GetStringValue(), target); in SerializeMapValueRefWithCachedSizes()
Dtext_format.cc2168 reflection->SetString(message, field_desc, key.GetStringValue()); in CopyKey()
2209 reflection->SetString(message, field_desc, value.GetStringValue()); in CopyValue()
Dmap_test.cc248 EXPECT_EQ("abc", to.GetStringValue()); in TEST_F()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc189 return ToStringObject(field_descriptor, key.GetStringValue()); in MapKeyToPython()
219 return ToStringObject(field_descriptor, value.GetStringValue()); in MapValueRefToPython()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp80208 const nsCheapString GetStringValue() const;
164232 static const nsAFlatCString& GetStringValue(nsCSSKeyword aKeyword);
166529 static const nsAFlatCString& GetStringValue(nsCSSPropertyID aProperty);
166530 static const nsAFlatCString& GetStringValue(nsCSSFontDesc aFontDesc);
166531 static const nsAFlatCString& GetStringValue(nsCSSCounterDesc aCounterDesc);
168063 nsAString& GetStringValue(nsAString& aBuffer) const in GetStringValue() function in nsCSSValue