Home
last modified time | relevance | path

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

/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() function
/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.h75 class StringValue; variable
1055 inline StringValue() : StringValue(nullptr) {} in StringValue() function
1059 StringValue(StringValue&& from) noexcept in StringValue() function
Dwrappers.pb.cc1653 StringValue::StringValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in StringValue() function in StringValue
1659 StringValue::StringValue(const StringValue& from) in StringValue() function in StringValue
/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.cs1321 public sealed partial class StringValue : pb::IMessage<StringValue> class
1342 public StringValue() { in StringValue() method in Google.Protobuf.WellKnownTypes.StringValue
1349 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/flatbuffers/src/
Dbinary_annotator.h122 StringValue, enumerator
/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.cs8632 public pb::ByteString StringValue { property in Google.Protobuf.Reflection.UninterpretedOption
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10885 StringRef StringValue = ""; in parseDirectiveEabiAttr() local
/third_party/googletest/googletest/test/
Dgtest_unittest.cc1120 TEST(TestPropertyTest, StringValue) { in TEST() argument
/third_party/protobuf/third_party/googletest/googletest/test/
Dgtest_unittest.cc1103 TEST(TestPropertyTest, StringValue) { in TEST() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp78201 StringValue(JSString* str) in StringValue() function