Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dstructured_objectwriter.h82 bool is_root() const { return parent_ == nullptr; } in is_root() function
/third_party/skia/src/codec/
DSkParseEncodedOrigin.cpp12 bool littleEndian, bool is_root, SkEncodedOrigin* orientation) { in parse_encoded_origin()
/third_party/rust/crates/rustix/src/process/
Did.rs73 pub const fn is_root(self) -> bool { in is_root() method
100 pub const fn is_root(self) -> bool { in is_root() method
/third_party/skia/tools/skpbench/
D_adb.py42 def is_root(self): member in Adb
/third_party/json/tools/amalgamate/
Damalgamate.py254 def __init__(self, file_path, amalgamation, is_root): argument
/third_party/libabigail/tools/
Dabilint.cc194 is_root() const in is_root() function
/third_party/libfuse/test/
Dtest_syscalls.c1964 int is_root; in main() local
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc686 bool is_root() const { return IsRoot::decode(flags_); } in is_root() function in v8::internal::GlobalHandles::TracedNode