Home
last modified time | relevance | path

Searched defs:StringValue (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonToken.cs78 StringValue, enumerator
98 internal string StringValue { get { return stringValue; } } property in Google.Protobuf.JsonToken
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwrappers.proto108 message StringValue { message
Dwrappers.pb.cc2152 StringValue::StringValue() in StringValue() function in google::protobuf::StringValue
2158 StringValue::StringValue(::google::protobuf::Arena* arena) in StringValue() function in google::protobuf::StringValue
2170 StringValue::StringValue(const StringValue& from) in StringValue() function in google::protobuf::StringValue
Dwrappers.pb.h46 class StringValue; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs66 public void StringValue(string json, string expectedValue) in StringValue() method in Google.Protobuf.JsonTokenizerTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs284 public string StringValue { property in Google.Protobuf.WellKnownTypes.Value
340 StringValue = 3, enumerator
DWrappers.cs933 public sealed partial class StringValue : pb::IMessage<StringValue> { class
949 public StringValue() { in StringValue() method in Google.Protobuf.WellKnownTypes.StringValue
956 public StringValue(StringValue other) : this() { in StringValue() method in Google.Protobuf.WellKnownTypes.StringValue
/frameworks/base/core/java/android/util/
DKeyValueListParser.java325 public static class StringValue { class in KeyValueListParser
331 public StringValue(String key, String defaultValue) { in StringValue() method in KeyValueListParser.StringValue
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4859 public pb::ByteString StringValue { property in Google.Protobuf.Reflection.UninterpretedOption