Home
last modified time | relevance | path

Searched defs:Follow (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/rust/flatbuffers/src/
Dfollow.rs30 pub trait Follow<'buf> { trait
Dvector.rs144 impl<'a> Follow<'a> for &'a str { impl
166 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
Dprimitives.rs309 impl<'a> Follow<'a> for $ty { impl
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Ddevicedb.cc58 void Follow(const DeviceDecisionTreeNode* root, in Follow() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h1344 bool Follow; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp1056 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1637 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
2620 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl()
4512 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
5627 bool Follow = false; in checkForAllUses() local