Home
last modified time | relevance | path

Searched defs:ClassDef (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/src/graph/
Dclassdef-graph.hh59 struct ClassDef : public OT::ClassDef struct
62 static bool add_class_def (gsubgpos_graph_context_t& c, in add_class_def()
83 static bool make_class_def (gsubgpos_graph_context_t& c, in make_class_def()
115 bool sanitize (graph_t::vertex_t& vertex) const in sanitize()
/external/pytorch/torch/csrc/jit/frontend/
Dtree_views.h459 struct ClassDef : public TreeView { struct
460 explicit ClassDef(const TreeRef& tree) : TreeView(tree) { in ClassDef() argument
463 explicit ClassDef(TreeRef&& tree) : TreeView(std::move(tree)) { in ClassDef() argument
466 ClassDef withName(std::string new_name) const { in withName() argument
485 static ClassDef create( in create() argument
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/
DClassDef.java46 public interface ClassDef extends TypeReference, Annotatable { interface
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2058 struct ClassDef struct
2061 unsigned operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
2062 bool has (hb_codepoint_t k) const { return (*this)[k]; } in has()
2064 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()()
2066 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()
2067 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
2080 unsigned get_population () const in get_population()
2095 bool serialize (hb_serialize_context_t *c, Iterator it_with_class_zero) in serialize()
2159 bool subset (hb_subset_context_t *c, in subset()
2177 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java45 final class ClassDef implements Cloneable, IAccessFlags, IClassFormatOutput class
50 public ClassDef () in ClassDef() method in ClassDef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dlayout.rs291 impl ClassDef<'_> { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dlayout.rs291 impl ClassDef<'_> { impl
/external/freetype/src/otvalid/
Dotvcommn.c856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_layout.rs1493 pub enum ClassDef<'a> { enum
1498 impl<'a> ClassDef<'a> { implementation
1516 impl<'a> FontRead<'a> for ClassDef<'a> { implementation
1528 impl<'a> ClassDef<'a> { implementation
1538 impl<'a> std::fmt::Debug for ClassDef<'a> { implementation
1545 impl<'a> SomeTable<'a> for ClassDef<'a> { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_layout.rs1493 pub enum ClassDef<'a> { enum
1498 impl<'a> ClassDef<'a> { implementation
1516 impl<'a> FontRead<'a> for ClassDef<'a> { implementation
1528 impl<'a> ClassDef<'a> { impl
1538 impl<'a> std::fmt::Debug for ClassDef<'a> { implementation
1545 impl<'a> SomeTable<'a> for ClassDef<'a> { implementation
/external/clang/test/SemaCXX/
Ddllimport.cpp1345 class __declspec(dllimport) ClassDef { }; class
Ddllexport.cpp340 class __declspec(dllexport) ClassDef {}; class
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py932 class ClassDef(FormatSwitchingBaseTable): class
/external/python/cpython3/Include/internal/
Dpycore_ast.h226 } ClassDef; member