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

  /external/llvm/lib/TableGen/
TGParser.h 49 ListInit *ListValue;
52 : IterVar(IVar), ListValue(LValue) {}
TGParser.cpp 304 ListInit *List = dyn_cast<ListInit>(CurLoop.ListValue);
    [all...]
  /external/libchrome/base/
values.h 41 class ListValue;
92 virtual bool GetAsList(ListValue** out_value);
93 virtual bool GetAsList(const ListValue** out_value) const;
298 bool GetList(const std::string& path, const ListValue** out_value) const;
299 bool GetList(const std::string& path, ListValue** out_value);
322 const ListValue** out_value) const;
324 ListValue** out_value);
389 class BASE_EXPORT ListValue : public Value {
395 static scoped_ptr<ListValue> From(scoped_ptr<Value> value);
397 ListValue();
    [all...]
values.cc 29 scoped_ptr<ListValue> CopyListWithoutEmptyChildren(const ListValue& list) {
30 scoped_ptr<ListValue> copy;
31 for (ListValue::const_iterator it = list.begin(); it != list.end(); ++it) {
35 copy.reset(new ListValue);
59 return CopyListWithoutEmptyChildren(static_cast<const ListValue&>(node));
124 bool Value::GetAsList(ListValue** /* out_value */) {
128 bool Value::GetAsList(const ListValue** /* out_value */) const {
624 const ListValue** out_value) const {
631 *out_value = static_cast<const ListValue*>(value)
    [all...]
  /external/libweave/third_party/chromium/base/
values.h 40 class ListValue;
90 virtual bool GetAsList(ListValue** out_value);
91 virtual bool GetAsList(const ListValue** out_value) const;
288 bool GetList(const std::string& path, const ListValue** out_value) const;
289 bool GetList(const std::string& path, ListValue** out_value);
310 const ListValue** out_value) const;
312 ListValue** out_value);
377 class BASE_EXPORT ListValue : public Value {
383 static scoped_ptr<ListValue> From(scoped_ptr<Value> value);
385 ListValue();
    [all...]
values.cc 29 scoped_ptr<ListValue> CopyListWithoutEmptyChildren(const ListValue& list) {
30 scoped_ptr<ListValue> copy;
31 for (ListValue::const_iterator it = list.begin(); it != list.end(); ++it) {
35 copy.reset(new ListValue);
59 return CopyListWithoutEmptyChildren(static_cast<const ListValue&>(node));
120 bool Value::GetAsList(ListValue** /* out_value */) {
124 bool Value::GetAsList(const ListValue** /* out_value */) const {
590 const ListValue** out_value) const {
597 *out_value = static_cast<const ListValue*>(value)
    [all...]
  /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/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 122 milliseconds