/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MIRYamlMapping.h | 34 struct StringValue { struct 38 StringValue() = default; argument 39 StringValue(std::string Value) : Value(std::move(Value)) {} in StringValue() function 40 StringValue(const char Val[]) : Value(Val) {} in StringValue() argument
|
/third_party/node/src/ |
D | env.h | 144 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 145 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument 146 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) argument 181 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 182 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument 183 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) argument 789 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 790 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument 791 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) argument
|
D | node_symbols.cc | 19 #define V(PropertyName, StringValue) \ in Initialize() argument
|
D | env.cc | 296 #define VP(PropertyName, StringValue) V(Private, PropertyName) in Serialize() argument 297 #define VY(PropertyName, StringValue) V(Symbol, PropertyName) in Serialize() argument 298 #define VS(PropertyName, StringValue) V(String, PropertyName) in Serialize() argument 340 #define VP(PropertyName, StringValue) V(Private, PropertyName) in DeserializeProperties() argument 341 #define VY(PropertyName, StringValue) V(Symbol, PropertyName) in DeserializeProperties() argument 342 #define VS(PropertyName, StringValue) V(String, PropertyName) in DeserializeProperties() argument 414 #define V(PropertyName, StringValue) \ in CreateProperties() argument 426 #define V(PropertyName, StringValue) \ in CreateProperties() argument 438 #define V(PropertyName, StringValue) \ in CreateProperties() argument 494 #define V(PropertyName, StringValue) \ in MemoryInfo() argument
|
D | env-inl.h | 759 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 760 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument 761 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) argument 788 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 789 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument 790 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) argument
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | StringValue.php | 17 class StringValue extends \Google\Protobuf\Internal\Message class
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | JsonToken.cs | 78 StringValue, enumerator 98 internal string StringValue { get { return stringValue; } } property in Google.Protobuf.JsonToken
|
/third_party/protobuf/src/google/protobuf/ |
D | wrappers.proto | 112 message StringValue { message
|
D | wrappers.pb.h | 76 class StringValue; variable 1063 inline StringValue() : StringValue(nullptr) {} in StringValue() function 1067 StringValue(StringValue&& from) noexcept in StringValue() function
|
D | wrappers.pb.cc | 1685 StringValue::StringValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in StringValue() function in StringValue 1691 StringValue::StringValue(const StringValue& from) in StringValue() function in StringValue
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | JsonTokenizerTest.cs | 66 public void StringValue(string json, string expectedValue) in StringValue() method in Google.Protobuf.JsonTokenizerTest
|
/third_party/protobuf/php/tests/ |
D | WrapperTypeSettersTest.php | 13 use Google\Protobuf\StringValue; alias
|
D | WellKnownTest.php | 30 use Google\Protobuf\StringValue; alias
|
D | EncodeDecodeTest.php | 31 use Google\Protobuf\StringValue; alias
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonTokenizerTest.cs | 66 public void StringValue(string json, string expectedValue) in StringValue() method in Google.Protobuf.JsonTokenizerTest
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 344 public string StringValue { property in Google.Protobuf.WellKnownTypes.Value 400 StringValue = 3, enumerator
|
D | Wrappers.cs | 1320 public sealed partial class StringValue : pb::IMessage<StringValue> class 1341 public StringValue() { in StringValue() method in Google.Protobuf.WellKnownTypes.StringValue 1348 public StringValue(StringValue other) : this() { in StringValue() method in Google.Protobuf.WellKnownTypes.StringValue
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 207 StringRef StringValue) { in emitIntTextAttribute() 285 std::string StringValue; member 362 StringRef StringValue, bool OverwriteExisting) { in setAttributeItems() 785 StringRef StringValue) { in emitIntTextAttribute()
|
D | ARMTargetStreamer.cpp | 109 StringRef StringValue) {} in emitIntTextAttribute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | AMDGPUMetadataVerifier.cpp | 34 StringRef StringValue = Node.getString(); in verifyScalar() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 168 StringRef StringValue; member
|
D | MIParser.cpp | 1567 static bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant() 1579 bool MIParser::parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant()
|
/third_party/skia/src/utils/ |
D | SkJSON.cpp | 187 StringValue::StringValue(const char* src, size_t size, SkArenaAlloc& alloc) { in StringValue() function in skjson::StringValue
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestIssues.cs | 2946 public string StringValue { property in UnitTest.Issues.TestProtos.NullValueOutsideStruct 2969 StringValue = 1, enumerator
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 8633 public pb::ByteString StringValue { property in Google.Protobuf.Reflection.UninterpretedOption
|