Searched refs:GetStringValue (Results 1 – 9 of 9) sorted by relevance
| /third_party/protobuf/src/google/protobuf/ |
| D | map_field.cc | 333 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()
|
| D | map_field.h | 143 const std::string& GetStringValue() const { in GetStringValue() function 650 const std::string& GetStringValue() const { 812 return hash<std::string>()(map_key.GetStringValue());
|
| D | map_field_inl.h | 73 return map_key.GetStringValue();
|
| D | map_test_util.h | 1449 EXPECT_EQ(map[iter.GetKey().GetStringValue()], in ExpectMapFieldsSetViaReflectionIterator() 1450 iter.GetValueRef().GetStringValue()); in ExpectMapFieldsSetViaReflectionIterator() 1461 iter.GetValueRef().GetStringValue()); in ExpectMapFieldsSetViaReflectionIterator()
|
| D | wire_format.cc | 1105 target = stream->WriteString(1, value.GetStringValue(), target); in SerializeMapKeyWithCachedSizes() 1138 target = stream->WriteString(2, value.GetStringValue(), target); in SerializeMapValueRefWithCachedSizes()
|
| D | text_format.cc | 2168 reflection->SetString(message, field_desc, key.GetStringValue()); in CopyKey() 2209 reflection->SetString(message, field_desc, value.GetStringValue()); in CopyValue()
|
| D | map_test.cc | 248 EXPECT_EQ("abc", to.GetStringValue()); in TEST_F()
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | map_container.cc | 189 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/ |
| D | stylo.hpp | 80208 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
|