/external/webrtc/webrtc/base/ |
D | optionsfile_unittest.cc | 60 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 …]
|
D | optionsfile.h | 32 bool GetStringValue(const std::string& option, std::string* out_val) const;
|
D | optionsfile.cc | 127 bool OptionsFile::GetStringValue(const std::string& option, in GetStringValue() function in rtc::OptionsFile
|
/external/webrtc/talk/app/webrtc/test/ |
D | mockpeerconnectionobservers.h | 147 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/ |
D | widget.h | 52 std::string GetStringValue() const;
|
D | widget_test.cc | 48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); in TEST()
|
D | widget.cc | 54 std::string Widget::GetStringValue() const { in GetStringValue() function in Widget
|
/external/googletest/googletest/xcode/Samples/FrameworkSample/ |
D | widget.h | 52 std::string GetStringValue() const;
|
D | widget_test.cc | 48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); in TEST()
|
D | widget.cc | 54 std::string Widget::GetStringValue() const { in GetStringValue() function in Widget
|
/external/webrtc/webrtc/examples/turnserver/ |
D | turnserver_main.cc | 32 bool ret = file_.GetStringValue(username, &hex); in GetKey()
|
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 287 reflection->SetString(new_entry, key_des, map_key.GetStringValue()); in SyncRepeatedFieldWithMapNoLock() 314 reflection->SetString(new_entry, val_des, map_val.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
|
D | map.h | 171 const string& GetStringValue() const { in GetStringValue() function 378 const string& GetStringValue() const { in GetStringValue() function 1698 return hash<string>()(map_key.GetStringValue());
|
D | map_field_inl.h | 71 return map_key.GetStringValue();
|
D | map_test_util.cc | 1488 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/ |
D | struct.pb.go | 212 func (m *Value) GetStringValue() string { func
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 192 return ToStringObject(field_descriptor, key.GetStringValue()); in MapKeyToPython() 221 return ToStringObject(field_descriptor, value->GetStringValue()); in MapValueRefToPython()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 259 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/ |
D | descriptor.pb.go | 2274 func (m *UninterpretedOption) GetStringValue() []byte { func
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 2204 func (m *UninterpretedOption) GetStringValue() []byte { func
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 570 func (m *PropertyValue) GetStringValue() string { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 382 func (a Attribute) GetStringValue() string { func
|