Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h28 struct StringValue { struct
32 StringValue() {} in StringValue() argument
33 StringValue(std::string Value) : Value(std::move(Value)) {} in StringValue() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h34 struct StringValue { struct
38 StringValue() = default; argument
39 StringValue(std::string Value) : Value(std::move(Value)) {} in StringValue() argument
40 StringValue(const char Val[]) : Value(Val) {} in StringValue() function
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DStringValue.java26 class StringValue extends VariantValue { class
30 public StringValue(String value, EscapeMode escapeMode, boolean partiallyEscaped) { in StringValue() method in StringValue
DValue.java46 new StringValue("", EscapeMode.ESCAPE_NONE, true)); in EMPTY_PART_ESCAPED.put()
47 EMPTY_PART_ESCAPED.put(EscapeMode.ESCAPE_IS_CONSTANT, new StringValue("", in EMPTY_PART_ESCAPED.put()
51 EMPTY_UNESCAPED.put(EscapeMode.ESCAPE_NONE, new StringValue("", EscapeMode.ESCAPE_NONE, false)); in EMPTY_UNESCAPED.put()
52 EMPTY_UNESCAPED.put(EscapeMode.ESCAPE_IS_CONSTANT, new StringValue("", in EMPTY_UNESCAPED.put()
/external/emma/ant/ant14/com/vladium/emma/ant/
DStringValue.java18 abstract class StringValue class
47 protected StringValue (final Task task) in StringValue() method in StringValue
/external/golang-protobuf/types/known/wrapperspb/
Dwrappers.pb.go448 type StringValue struct { struct
449 state protoimpl.MessageState
450 sizeCache protoimpl.SizeCache
451 unknownFields protoimpl.UnknownFields
454 Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
462 func (x *StringValue) Reset() {
471 func (x *StringValue) String() string {
475 func (*StringValue) ProtoMessage() {}
477 func (x *StringValue) ProtoReflect() protoreflect.Message {
490 func (*StringValue) Descriptor() ([]byte, []int) {
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/contextual/
DTestContextualWithAnnDeserializer.java24 static class StringValue { class in TestContextualWithAnnDeserializer
27 public StringValue(String v) { value = v; } in StringValue() method in TestContextualWithAnnDeserializer.StringValue
DTestContextualDeserialization.java35 static class StringValue { class in TestContextualDeserialization
38 public StringValue(String v) { value = v; } in StringValue() method in TestContextualDeserialization.StringValue
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dsimple_messages.proto24 message StringValue { message
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs78 StringValue, enumerator
98 internal string StringValue { get { return stringValue; } } property in Google.Protobuf.JsonToken
/external/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs78 StringValue, enumerator
98 internal string StringValue { get { return stringValue; } } property in Google.Protobuf.JsonToken
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DStringValue.php17 class StringValue extends \Google\Protobuf\Internal\Message class
/external/protobuf/php/src/Google/Protobuf/
DStringValue.php17 class StringValue extends \Google\Protobuf\Internal\Message class
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs911 pub struct StringValue { struct
917 // @@protoc_insertion_point(special_field:google.protobuf.StringValue.special_fields) argument
921 impl<'a> ::std::default::Default for &'a StringValue { implementation
927 impl StringValue { implementation
948 impl crate::Message for StringValue { implementation
1015 impl crate::MessageFull for StringValue { implementation
1022 impl ::std::fmt::Display for StringValue { implementation
1028 impl crate::reflect::ProtobufValue for StringValue { implementation
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dwrappers.proto112 message StringValue { message
/external/protobuf/src/google/protobuf/
Dwrappers.proto112 message StringValue { message
/external/cronet/third_party/protobuf/src/google/protobuf/
Dwrappers.proto112 message StringValue { message
/external/rust/crates/protobuf/2.27.1/src/well_known_types/
Dwrappers.rs1109 pub struct StringValue { struct
1119 impl<'a> ::std::default::Default for &'a StringValue { argument
1125 impl StringValue { impl
1157 impl crate::Message for StringValue { implementation
1250 impl crate::Clear for StringValue { implementation
1257 impl ::std::fmt::Debug for StringValue { implementation
1263 impl crate::reflect::ProtobufValue for StringValue { implementation
/external/perfetto/ui/src/frontend/
Dvalue.ts28 type StringValue = { alias
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMetrics.cs133 public string StringValue { property in Grpc.Testing.GaugeResponse
147 StringValue = 4, enumerator
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
DNullConversionsSkipTest.java31 static class StringValue { class in NullConversionsSkipTest
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannelOptions.cs114 public string StringValue property in Grpc.Core.ChannelOption
/external/cronet/testing/libfuzzer/proto/
Djson.proto79 message StringValue { message
/external/oss-fuzz/projects/jsoncpp/
Djson.proto93 message StringValue { message
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs66 public void StringValue(string json, string expectedValue) in StringValue() method in Google.Protobuf.JsonTokenizerTest

123