Searched defs:digraph (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | basic_regex_creator.hpp | 48 struct digraph : public std::pair<charT, charT> struct 50 digraph() : std::pair<charT, charT>(charT(0), charT(0)){} in digraph() function 51 digraph(charT c1) : std::pair<charT, charT>(c1, charT(0)){} in digraph() function 52 digraph(charT c1, charT c2) : std::pair<charT, charT>(c1, c2) in digraph() function 54 digraph(const digraph<charT>& d) : std::pair<charT, charT>(d.first, d.second){} in digraph() argument 59 digraph(const Seq& s) : std::pair<charT, charT>() in digraph() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | basic_regex_creator.hpp | 38 struct digraph : public std::pair<charT, charT> struct 40 digraph() : std::pair<charT, charT>(charT(0), charT(0)){} in digraph() argument 41 digraph(charT c1) : std::pair<charT, charT>(c1, charT(0)){} in digraph() argument 42 digraph(charT c1, charT c2) : std::pair<charT, charT>(c1, c2) in digraph() function 44 digraph(const digraph<charT>& d) : std::pair<charT, charT>(d.first, d.second){} in digraph() argument 47 digraph(const Seq& s) : std::pair<charT, charT>() in digraph() function
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | digraph_utils.cpp | 60 const DigraphUtils::digraph_t *const digraph = in getDigraphCodePointForIndex() local 93 const DigraphUtils::digraph_t *const digraph = getDigraphForDigraphTypeAndCodePoint( in getDigraphForCodePoint() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/benches/common/ |
D | factories.rs | 264 pub fn digraph() -> GraphFactory<Directed, Graph<(), (), Directed>> { in digraph() function
|
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/ |
H A D | yacc.py | 2057 def digraph(X, R, FP): function
|
/aosp_15_r20/external/ply/ply/ply/ |
H A D | yacc.py | 2057 def digraph(X, R, FP): function
|
/aosp_15_r20/external/libchrome/third_party/ply/ |
H A D | yacc.py | 1901 def digraph(X,R,FP): function
|
/aosp_15_r20/external/python/pycparser/pycparser/ply/ |
D | yacc.py | 2055 def digraph(X, R, FP): function
|