/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | RuleExtractor.java | 48 private static Set<Rule> extract(LigatureSubst table) { in extract() method in RuleExtractor 60 private static GlyphList extract(CoverageTable table) { in extract() method in RuleExtractor 78 private static GlyphList extract(RecordsTable<NumRecord> table) { in extract() method in RuleExtractor 86 private static Map<Integer, GlyphGroup> extract(RangeRecordTable table) { in extract() method in RuleExtractor 99 private static GlyphGroup extract(RangeRecord record) { in extract() method in RuleExtractor 108 private static List<Rule> extract(LigatureSet table) { in extract() method in RuleExtractor 118 private static Rule extract(Ligature table) { in extract() method in RuleExtractor 129 private static Set<Rule> extract(SingleSubst table) { in extract() method in RuleExtractor 140 private static Set<Rule> extract(HeaderFmt1 fmt1Table) { in extract() method in RuleExtractor 146 private static Set<Rule> extract(InnerArrayFmt2 fmt2Table) { in extract() method in RuleExtractor [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | RuleExtractor.java | 48 private static Set<Rule> extract(LigatureSubst table) { in extract() method in RuleExtractor 60 private static GlyphList extract(CoverageTable table) { in extract() method in RuleExtractor 78 private static GlyphList extract(RecordsTable<NumRecord> table) { in extract() method in RuleExtractor 86 private static Map<Integer, GlyphGroup> extract(RangeRecordTable table) { in extract() method in RuleExtractor 99 private static GlyphGroup extract(RangeRecord record) { in extract() method in RuleExtractor 108 private static List<Rule> extract(LigatureSet table) { in extract() method in RuleExtractor 118 private static Rule extract(Ligature table) { in extract() method in RuleExtractor 129 private static Set<Rule> extract(SingleSubst table) { in extract() method in RuleExtractor 140 private static Set<Rule> extract(HeaderFmt1 fmt1Table) { in extract() method in RuleExtractor 146 private static Set<Rule> extract(InnerArrayFmt2 fmt2Table) { in extract() method in RuleExtractor [all …]
|
/third_party/boost/boost/type_erasure/detail/ |
D | storage.hpp | 52 T extract(T arg) { return std::forward<T>(arg); } in extract() function 57 T extract(T arg) { return arg; } in extract() function 62 T extract(storage& arg) in extract() function 68 T extract(const storage& arg) in extract() function 76 T extract(storage&& arg) in extract() function
|
/third_party/boost/libs/python/src/converter/ |
D | builtin_converters.cpp | 131 static T extract(PyObject* intermediate) in extract() function 143 static T extract(PyObject* intermediate) in extract() function 175 static T extract(PyObject* intermediate) in extract() function 206 static T extract(PyObject* intermediate) in extract() function 266 static BOOST_PYTHON_LONG_LONG extract(PyObject* intermediate) in extract() function 288 static unsigned BOOST_PYTHON_LONG_LONG extract(PyObject* intermediate) in extract() function 323 static bool extract(PyObject* intermediate) in extract() function 358 static double extract(PyObject* intermediate) in extract() function 395 static std::string extract(PyObject* intermediate) in extract() function 401 static std::string extract(PyObject* intermediate) in extract() function [all …]
|
/third_party/boost/boost/python/ |
D | extract.hpp | 126 struct extract struct 130 typedef typename converter::select_extract<T>::type base; 132 typedef typename base::result_type result_type; 134 operator result_type() const in operator result_type() 147 inline extract<T>::extract(PyObject* o) in extract() function in boost::python::extract 153 inline extract<T>::extract(api::object const& o) in extract() function in boost::python::extract
|
/third_party/boost/boost/property_tree/ |
D | stream_translator.hpp | 35 static void extract(std::basic_istream<Ch, Traits>& s, E& e) { in extract() function 50 static void extract(std::basic_istream<Ch, Traits>& s, Ch& e) { in extract() function 104 static void extract(std::basic_istream<Ch, Traits>& s, F& e) { in extract() function 119 static void extract(std::basic_istream<Ch, Traits>& s, bool& e) { in extract() function 139 static void extract(std::basic_istream<Ch, Traits>& s, signed char& e) { in extract() function 164 static void extract(std::basic_istream<Ch,Traits>& s, unsigned char& e){ in extract() function
|
/third_party/boost/boost/log/attributes/ |
D | value_extraction.hpp | 109 struct extract struct 111 typedef value_ref< T, TagT > type; 300 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, attribute_v… in extract() function 315 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, record cons… in extract() function 330 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, record_view… in extract() function 344 inline typename result_of::extract< T, TagT >::type extract(attribute_value const& value) in extract() function 498 inline typename result_of::extract< T >::type extract(attribute_name const& name, attribute_value_s… in extract() function 505 inline typename result_of::extract< T >::type extract(attribute_name const& name, record const& rec) in extract() function 512 inline typename result_of::extract< T >::type extract(attribute_name const& name, record_view const… in extract() function 519 inline typename result_of::extract< T >::type extract(attribute_value const& value) in extract() function [all …]
|
/third_party/boost/boost/function_types/ |
D | property_tags.hpp | 122 template<class Tag, class QueryTag> struct extract struct 131 > bits; 135 > mask;
|
/third_party/boost/boost/accumulators/framework/accumulators/ |
D | external_accumulator.hpp | 47 extractor<feature_tag> extract; in extract_() local 56 extractor<feature_tag> extract; in extract_() local
|
/third_party/skia/third_party/externals/tint/test/ |
D | extract-spvasm.py | 29 def extract(): function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.cpp | 28 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet 77 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() function in DWARFDebugAbbrev
|
D | DWARFListTable.cpp | 18 Error DWARFListTableHeader::extract(DWARFDataExtractor Data, in extract() function in DWARFListTableHeader
|
D | DWARFDebugArangeSet.cpp | 33 DWARFDebugArangeSet::extract(DataExtractor data, uint64_t *offset_ptr) { in extract() function in DWARFDebugArangeSet
|
/third_party/boost/boost/accumulators/ |
D | statistics_fwd.hpp | 31 namespace extract namespace 49 namespace extract namespace
|
/third_party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/ |
D | FlatbuffersUtils.java | 32 T extract (InputStream stream) throws IOException { in extract() method in FlatbuffersUtils.FBExtactor 42 public abstract T extract(ByteBuffer buffer); in extract() method in FlatbuffersUtils.FBExtactor
|
/third_party/boost/tools/quickbook/src/ |
D | tree.cpp | 94 tree_node_base* tree_base::extract(tree_node_base* x) in extract() function in quickbook::detail::tree_base 143 tree_node_base* tree_builder_base::extract(tree_node_base* x) in extract() function in quickbook::detail::tree_builder_base
|
/third_party/boost/libs/unordered/ci/ |
D | download-boost-snapshot.py | 45 def extract(filename, path = '.'): function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
/third_party/node/deps/icu-small/source/common/ |
D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
/third_party/icu/icu4c/source/common/ |
D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | index.js | 4 extract: require('./extract'), property
|
/third_party/node/deps/npm/lib/install/action/ |
D | extract-worker.js | 5 const extract = require('pacote/extract') constant
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | install.js | 32 const extract = promisify(require('extract-zip')); constant
|
/third_party/spirv-tools/source/opt/ |
D | pass.cpp | 119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local 137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
|