Home
last modified time | relevance | path

Searched defs:is_root (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dstructured_objectwriter.h83 bool is_root() const { return parent_ == NULL; } in is_root() function
/external/skia/tools/skpbench/
D_adb.py39 def is_root(self): member in Adb
/external/v8/tools/clang/blink_gc_plugin/
DEdge.h242 Collection(RecordInfo* info, bool on_heap, bool is_root) in Collection()
255 bool is_root() { return is_root_; } in is_root() function
Dprocess-graph.py142 def is_root(self): member in Edge
DRecordInfo.cpp647 bool is_root = Config::IsPersistentGCCollection(info->name()); in CreateEdge() local
/external/openssh/
Dchannels.c3444 channel_input_port_forward_request(int is_root, struct ForwardOptions *fwd_opts)