Home
last modified time | relevance | path

Searched defs:value_str (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.cc57 inline Status InvalidArgument(StringPiece value_str) { in InvalidArgument()
/frameworks/base/cmds/statsd/src/
Dstats_log.proto30 string value_str = 2; field
Datoms.proto416 string value_str = 4; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc403 const string& value_str = UnderscoresToCamelCase(descriptor->name(), true); in EnumValueName() local