Home
last modified time | relevance | path

Searched refs:GetStringValue (Results 1 – 19 of 19) 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.cc1095 target = stream->WriteString(1, value.GetStringValue(), target); in SerializeMapKeyWithCachedSizes()
1128 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/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h56 CefString GetStringValue() override;
Dv8value_ctocpp.cc465 NO_SANITIZE("cfi-icall") CefString CefV8ValueCToCpp::GetStringValue() { in GetStringValue() function in CefV8ValueCToCpp
/third_party/cef/tests/cefclient/renderer/
Dperformance_test.cc44 std::string test = arguments[0]->GetStringValue(); in Execute()
/third_party/cef/tests/ceftests/
Dv8_unittest.cc407 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()
Dmessage_router_unittest.cc57 const CefString& msg = arguments[0]->GetStringValue(); in Execute()
/third_party/cef/include/
Dcef_v8.h658 virtual CefString GetStringValue() = 0;
/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/cef/libcef/renderer/
Dv8_impl.h246 CefString GetStringValue() override;
Dv8_impl.cc1789 CefString CefV8ValueImpl::GetStringValue() { in GetStringValue() function in CefV8ValueImpl
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc474 CefString _retval = CefV8ValueCppToC::Get(self)->GetStringValue(); in v8value_get_string_value()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc669 requestVal->GetStringValue(), persistent, successVal, failureVal); in Execute()
/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