Searched defs:is_list (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_except.py | 28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | s_expression.h | 67 virtual bool is_list() const { return false; } in is_list() function in s_expression 139 virtual bool is_list() const { return true; } in is_list() function in s_list
|
/third_party/gn/src/base/ |
H A D | values.h | 153 bool is_list() const { return type() == Type::LIST; } in is_list() function in base::Value
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 170 def is_list(node): function
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_util.py | 45 def is_list(self, string): member in Test_is_list
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 295 bool is_list() const { return is_list_; } in is_list() function in google::protobuf::util::converter::ProtoStreamObjectWriter::Item
|
H A D | proto_writer.cc | 305 ProtoElement(ProtoWriter::ProtoElement* parent, const google::protobuf::Field* field, const google::protobuf::Type& type, bool is_list) ProtoElement() argument 729 BeginNamed(StringPiece name, bool is_list) BeginNamed() argument
|
H A D | protostream_objectwriter.cc | 444 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type, bool is_placeholder, bool is_list) Item() argument 461 Item(ProtoStreamObjectWriter::Item* parent, ItemType item_type, bool is_placeholder, bool is_list) Item() argument 1301 Push( StringPiece name, Item::ItemType item_type, bool is_placeholder, bool is_list) Push() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 505 const bool is_list = revalidate_if_necessary(&tree_it); in operator ++() local 648 const bool is_list = it.revalidate_if_necessary(&tree_it); in erase() local
|
Completed in 12 milliseconds