Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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() function
40 StringValue(const char Val[]) : Value(Val) {} in StringValue() argument
/third_party/node/src/
Denv.h144 #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
Dnode_symbols.cc19 #define V(PropertyName, StringValue) \ in Initialize() argument
Denv.cc296 #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
Denv-inl.h759 #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/
DStringValue.php17 class StringValue extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs78 StringValue, enumerator
98 internal string StringValue { get { return stringValue; } } property in Google.Protobuf.JsonToken
/third_party/protobuf/src/google/protobuf/
Dwrappers.proto112 message StringValue { message
Dwrappers.pb.h76 class StringValue; variable
1063 inline StringValue() : StringValue(nullptr) {} in StringValue() function
1067 StringValue(StringValue&& from) noexcept in StringValue() function
Dwrappers.pb.cc1685 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/
DJsonTokenizerTest.cs66 public void StringValue(string json, string expectedValue) in StringValue() method in Google.Protobuf.JsonTokenizerTest
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php13 use Google\Protobuf\StringValue; alias
DWellKnownTest.php30 use Google\Protobuf\StringValue; alias
DEncodeDecodeTest.php31 use Google\Protobuf\StringValue; alias
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs66 public void StringValue(string json, string expectedValue) in StringValue() method in Google.Protobuf.JsonTokenizerTest
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs344 public string StringValue { property in Google.Protobuf.WellKnownTypes.Value
400 StringValue = 3, enumerator
DWrappers.cs1320 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/
DARMELFStreamer.cpp207 StringRef StringValue) { in emitIntTextAttribute()
285 std::string StringValue; member
362 StringRef StringValue, bool OverwriteExisting) { in setAttributeItems()
785 StringRef StringValue) { in emitIntTextAttribute()
DARMTargetStreamer.cpp109 StringRef StringValue) {} in emitIntTextAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DAMDGPUMetadataVerifier.cpp34 StringRef StringValue = Node.getString(); in verifyScalar() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h168 StringRef StringValue; member
DMIParser.cpp1567 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/
DSkJSON.cpp187 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/
DUnittestIssues.cs2946 public string StringValue { property in UnitTest.Issues.TestProtos.NullValueOutsideStruct
2969 StringValue = 1, enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs8633 public pb::ByteString StringValue { property in Google.Protobuf.Reflection.UninterpretedOption

12