Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Doptionsfile_unittest.cc60 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
61 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
68 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
69 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
78 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
79 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
126 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
137 EXPECT_FALSE(store_->GetStringValue(kOptionWithEquals, &out)); in TEST_F()
139 EXPECT_FALSE(store_->GetStringValue(kOptionWithNewline, &out)); in TEST_F()
144 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
[all …]
Doptionsfile.h32 bool GetStringValue(const std::string& option, std::string* out_val) const;
Doptionsfile.cc127 bool OptionsFile::GetStringValue(const std::string& option, in GetStringValue() function in rtc::OptionsFile
/external/webrtc/talk/app/webrtc/test/
Dmockpeerconnectionobservers.h147 GetStringValue(r, StatsReport::kStatsValueNameDtlsCipher, in OnComplete()
149 GetStringValue(r, StatsReport::kStatsValueNameSrtpCipher, in OnComplete()
206 bool GetStringValue(const StatsReport* report, in GetStringValue() function
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
Dwidget.h52 std::string GetStringValue() const;
Dwidget_test.cc48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); in TEST()
Dwidget.cc54 std::string Widget::GetStringValue() const { in GetStringValue() function in Widget
/external/googletest/googletest/xcode/Samples/FrameworkSample/
Dwidget.h52 std::string GetStringValue() const;
Dwidget_test.cc48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); in TEST()
Dwidget.cc54 std::string Widget::GetStringValue() const { in GetStringValue() function in Widget
/external/webrtc/webrtc/examples/turnserver/
Dturnserver_main.cc32 bool ret = file_.GetStringValue(username, &hex); in GetKey()
/external/protobuf/src/google/protobuf/
Dmap_field.cc287 reflection->SetString(new_entry, key_des, map_key.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
314 reflection->SetString(new_entry, val_des, map_val.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap.h171 const string& GetStringValue() const { in GetStringValue() function
378 const string& GetStringValue() const { in GetStringValue() function
1698 return hash<string>()(map_key.GetStringValue());
Dmap_field_inl.h71 return map_key.GetStringValue();
Dmap_test_util.cc1488 EXPECT_EQ(map[iter.GetKey().GetStringValue()], in ExpectMapFieldsSetViaReflectionIterator()
1489 iter.GetValueRef().GetStringValue()); in ExpectMapFieldsSetViaReflectionIterator()
1500 iter.GetValueRef().GetStringValue()); in ExpectMapFieldsSetViaReflectionIterator()
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go212 func (m *Value) GetStringValue() string { func
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc192 return ToStringObject(field_descriptor, key.GetStringValue()); in MapKeyToPython()
221 return ToStringObject(field_descriptor, value->GetStringValue()); in MapValueRefToPython()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc259 Status GetStringValue(const Json::Value& parent, const char* name, in GetStringValue() function
1099 TF_RETURN_IF_ERROR(GetStringValue(root, "updated", &updated)); in UncachedStatForObject()
1181 GetStringValue(result, kBucketMetadataLocationKey, &bucket_location)); in GetBucketLocation()
1336 TF_RETURN_IF_ERROR(GetStringValue(item, "name", &name)); in GetChildrenBounded()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2274 func (m *UninterpretedOption) GetStringValue() []byte { func
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2204 func (m *UninterpretedOption) GetStringValue() []byte { func
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go570 func (m *PropertyValue) GetStringValue() string { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go382 func (a Attribute) GetStringValue() string { func