HomeSort by relevance Sort by last modified time
    Searched defs:ListValue (Results 1 - 14 of 14) sorted by null

  /external/v8/tools/clang/value_cleanup/tests/
values.h 34 // Stub base::ListValue class that supports Append(Value*).
35 class ListValue : public Value {
37 ListValue();
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 13 ListValue
127 ListValue *ListValue `protobuf:"bytes,6,opt,name=list_value,json=listValue,oneof"`
179 func (m *Value) GetListValue() *ListValue {
181 return x.ListValue
225 if err := b.EncodeMessage(x.ListValue); err != nil {
278 msg := new(ListValue)
310 s := proto.Size(x.ListValue)
321 // `ListValue` is a wrapper around a repeated field of values
    [all...]
  /external/llvm/lib/TableGen/
TGParser.h 49 ListInit *ListValue;
52 : IterVar(IVar), ListValue(LValue) {}
TGParser.cpp 300 ListInit *List = dyn_cast<ListInit>(CurLoop.ListValue);
    [all...]
  /external/libchrome/base/
values.h 40 class ListValue;
148 // ListValue::From is the equivalent for std::unique_ptr conversions.
149 bool GetAsList(ListValue** out_value);
150 bool GetAsList(const ListValue** out_value) const;
188 // ListValue are properly inlined.
296 bool GetList(StringPiece path, const ListValue** out_value) const;
297 bool GetList(StringPiece path, ListValue** out_value);
316 const ListValue** out_value) const;
317 bool GetListWithoutPathExpansion(StringPiece key, ListValue** out_value);
377 class BASE_EXPORT ListValue : public Value
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Value), global::Google.Protobuf.WellKnownTypes.Value.Parser, new[]{ "NullValue", "NumberValue", "StringValue", "BoolValue", "StructValue", "ListValue" }, new[]{ "Kind" }, null, null),
46 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.ListValue), global::Google.Protobuf.WellKnownTypes.ListValue.Parser, new[]{ "Values" }, null, null, null)
221 case KindOneofCase.ListValue:
222 ListValue = other.ListValue.Clone();
302 public global::Google.Protobuf.WellKnownTypes.ListValue ListValue {
303 get { return kindCase_ == KindOneofCase.ListValue ? (global::Google.Protobuf.WellKnownTypes.ListValue) kind_ : null;
    [all...]
  /external/protobuf/src/google/protobuf/
struct.pb.cc 38 const ::google::protobuf::ListValue* list_value_;
95 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ListValue, values_),
100 ListValue::default_instance_,
105 sizeof(ListValue),
106 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ListValue, _internal_metadata_),
107 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ListValue, _is_default_instance_));
135 ListValue_descriptor_, &ListValue::default_instance());
146 delete ListValue::default_instance_;
179 ListValue::default_instance_ = new ListValue();
    [all...]
struct.pb.h 43 class ListValue;
277 // optional .google.protobuf.ListValue list_value = 6;
281 const ::google::protobuf::ListValue& list_value() const;
282 ::google::protobuf::ListValue* mutable_list_value();
283 ::google::protobuf::ListValue* release_list_value();
284 void set_allocated_list_value(::google::protobuf::ListValue* list_value);
309 ::google::protobuf::ListValue* list_value_;
323 class LIBPROTOBUF_EXPORT ListValue : public ::google::protobuf::Message {
325 ListValue();
326 virtual ~ListValue();
    [all...]
  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 684 class ListValue(object):
685 """Class for ListValue message type."""
721 'google.protobuf.ListValue': ListValue,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
struct.pb.h 43 class ListValue;
277 // optional .google.protobuf.ListValue list_value = 6;
281 const ::google::protobuf::ListValue& list_value() const;
282 ::google::protobuf::ListValue* mutable_list_value();
283 ::google::protobuf::ListValue* release_list_value();
284 void set_allocated_list_value(::google::protobuf::ListValue* list_value);
309 ::google::protobuf::ListValue* list_value_;
323 class LIBPROTOBUF_EXPORT ListValue : public ::google::protobuf::Message {
325 ListValue();
326 virtual ~ListValue();
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 219 milliseconds