Home
last modified time | relevance | path

Searched defs:ListValue (Results 1 – 18 of 18) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs386 public global::Google.Protobuf.WellKnownTypes.ListValue ListValue { property in Google.Protobuf.WellKnownTypes.Value
403 ListValue = 6, enumerator
698 public sealed partial class ListValue : pb::IMessage<ListValue> class
719 public ListValue() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue
726 public ListValue(ListValue other) : this() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.h18 class ListValue; variable
/third_party/cef/libcef/common/
Dprocess_message_impl.h12 class ListValue; variable
/third_party/protobuf/php/src/Google/Protobuf/
DListValue.php17 class ListValue extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Dstruct.proto92 message ListValue { message
Dstruct.pb.h62 class ListValue; variable
550 inline ListValue() : ListValue(nullptr) {} in ListValue() function
554 ListValue(ListValue&& from) noexcept in ListValue() function
Dstruct.pb.cc895 ListValue::ListValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in ListValue() function in ListValue
902 ListValue::ListValue(const ListValue& from) in ListValue() function in ListValue
/third_party/mindspore/third_party/proto/tensorflow/
Dattr_value.proto20 message ListValue { message
/third_party/cef/libcef/renderer/
Dframe_impl.h23 class ListValue; variable
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h428 const EncodableList& ListValue() const { in ListValue() function
436 EncodableList& ListValue() { in ListValue() function
/third_party/gn/src/base/
Dvalues.h41 class ListValue; variable
Dvalues.cc1087 ListValue::ListValue() : Value(Type::LIST) {} in ListValue() function in base::ListValue
1088 ListValue::ListValue(const ListStorage& in_list) : Value(in_list) {} in ListValue() function in base::ListValue
1089 ListValue::ListValue(ListStorage&& in_list) noexcept in ListValue() function in base::ListValue
/third_party/protobuf/php/tests/
DWellKnownTest.php24 use Google\Protobuf\ListValue; alias
DEncodeDecodeTest.php34 use Google\Protobuf\ListValue; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.h66 Init *ListValue; member
DTGParser.cpp2872 Init *ListValue = nullptr; in ParseForeach() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php47 use Google\Protobuf\ListValue; alias
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py810 class ListValue(object): class