/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 | 1095 target = stream->WriteString(1, value.GetStringValue(), target); in SerializeMapKeyWithCachedSizes() 1128 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/cef/libcef_dll/ctocpp/ |
D | v8value_ctocpp.h | 56 CefString GetStringValue() override;
|
D | v8value_ctocpp.cc | 465 NO_SANITIZE("cfi-icall") CefString CefV8ValueCToCpp::GetStringValue() { in GetStringValue() function in CefV8ValueCToCpp
|
/third_party/cef/tests/cefclient/renderer/ |
D | performance_test.cc | 44 std::string test = arguments[0]->GetStringValue(); in Execute()
|
/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 407 EXPECT_STREQ("My string", value->GetStringValue().ToString().c_str()); in RunStringCreateTest() 427 EXPECT_STREQ("", value->GetStringValue().ToString().c_str()); in RunEmptyStringCreateTest() 1019 EXPECT_STREQ(kValue3, retval->GetStringValue().ToString().c_str()); in RunObjectInterceptorTest() 1063 value3_ = value->GetStringValue(); in RunObjectInterceptorTest() 1166 EXPECT_STREQ(kValue3, val3->GetStringValue().ToString().c_str()); in RunObjectInterceptorTest() 2191 EXPECT_STREQ("", arguments[0]->GetStringValue().ToString().c_str()); in RunFunctionHandlerEmptyStringTest() 2222 EXPECT_STREQ("", retval->GetStringValue().ToString().c_str()); in RunFunctionHandlerEmptyStringTest() 2278 EXPECT_EQ(CefString("CSP_BYPASSED"), retval->GetStringValue()); in RunContextEvalCspBypassUnsafeEval() 2302 EXPECT_EQ(CefString("CSP_BYPASSED"), retval->GetStringValue()); in RunContextEvalCspBypassSandbox()
|
D | message_router_unittest.cc | 57 const CefString& msg = arguments[0]->GetStringValue(); in Execute()
|
/third_party/cef/include/ |
D | cef_v8.h | 658 virtual CefString GetStringValue() = 0;
|
/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/cef/libcef/renderer/ |
D | v8_impl.h | 246 CefString GetStringValue() override;
|
D | v8_impl.cc | 1789 CefString CefV8ValueImpl::GetStringValue() { in GetStringValue() function in CefV8ValueImpl
|
/third_party/cef/libcef_dll/cpptoc/ |
D | v8value_cpptoc.cc | 474 CefString _retval = CefV8ValueCppToC::Get(self)->GetStringValue(); in v8value_get_string_value()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 669 requestVal->GetStringValue(), persistent, successVal, failureVal); in Execute()
|
/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
|