Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dvalue.h37 const char* GetStringValue(Value value);
Dvalue.cpp100 const char* GetStringValue(Value value) { in GetStringValue() function
/frameworks/base/media/mca/filterfw/jni/
Djni_util.cpp173 result = ToJString(env, GetStringValue(value)); in ToJObject()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
1719 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc191 return ToStringObject(field_descriptor, key.GetStringValue()); in MapKeyToPython()
220 return ToStringObject(field_descriptor, value->GetStringValue()); in MapValueRefToPython()