Home
last modified time | relevance | path

Searched defs:StringValue (Results 1 – 25 of 31) 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() argument
40 StringValue(const char Val[]) : Value(Val) {} in StringValue() argument
/third_party/grpc/src/proto/grpc/testing/
Dsimple_messages.proto24 message StringValue { message
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs45 StringValue, enumerator
65 internal string StringValue => stringValue; field in Google.Protobuf.JsonToken
/third_party/skia/m133/modules/skottie/src/
DSkottieJson.h13 class StringValue; variable
/third_party/protobuf/php/src/Google/Protobuf/
DStringValue.php17 class StringValue extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Dwrappers.proto112 message StringValue { message
Dwrappers.pb.h74 class StringValue; variable
477 inline StringValue() : StringValue(nullptr) {} in StringValue() function
491 inline StringValue(const StringValue& from) : StringValue(nullptr, from) {} in StringValue() function
492 inline StringValue(StringValue&& from) noexcept in StringValue() function
604 StringValue(::google::protobuf::Arena* arena, StringValue&& from) noexcept in StringValue() function
Dwrappers.pb.cc88 PROTOBUF_CONSTEXPR StringValue::StringValue(::_pbi::ConstantInitialized) in StringValue() function in google::protobuf::StringValue
1859 StringValue::StringValue(::google::protobuf::Arena* arena) function in google::protobuf::StringValue
1874 StringValue::StringValue( function in google::protobuf::StringValue
/third_party/grpc/src/php/tests/unit_tests/
DServerCallTest.php34 class StringValue class
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs43 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
DDebugInfoTest.php28 use Google\Protobuf\StringValue; alias
DEncodeDecodeTest.php33 use Google\Protobuf\StringValue; alias
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs44 public void StringValue(string json, string expectedValue) in StringValue() method in Google.Protobuf.JsonTokenizerTest
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.pb.cs408 public string StringValue { property in Google.Protobuf.WellKnownTypes.Value
495 StringValue = 3, enumerator
DWrappers.pb.cs1504 public sealed partial class StringValue : pb::IMessage<StringValue> class
1529 public StringValue() { in StringValue() method in Google.Protobuf.WellKnownTypes.StringValue
1537 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/m133/modules/jsonreader/
DSkJSONReader.cpp201 StringValue::StringValue(const char* src, SkArenaAlloc& alloc) in StringValue() function in skjson::StringValue
204 StringValue::StringValue(const char* src, size_t size, SkArenaAlloc& alloc) { in StringValue() function in skjson::StringValue
/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

12