/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | token.go | 35 type Map struct { struct 36 byName map[string]ID 37 byID []string 40 func (m *Map) Insert(name string) (ID, error) { 63 func (m *Map) ByName(name string) ID { 73 func (m *Map) ByID(x ID) string { 116 func Tokenize(m *Map, filename string, src []byte) (tokens []Token, comments []string, retErr error…
|
/third_party/boost/libs/hana/test/map/ |
D | assign.copy.cpp | 19 using Map = hana::map<>; in main() typedef 25 using Map = hana::map<hana::pair<test::ct_eq<0>, int>>; in main() typedef 32 using Map = hana::map<hana::pair<test::ct_eq<0>, int>, in main() typedef 43 using Map = hana::map<hana::pair<test::ct_eq<0>, int>, in main() typedef
|
D | assign.move.cpp | 35 using Map = hana::map<>; in main() typedef 41 using Map = hana::map<hana::pair<test::ct_eq<0>, MoveOnly>>; in main() typedef 48 using Map = hana::map<hana::pair<test::ct_eq<0>, MoveOnly>, in main() typedef 59 using Map = hana::map<hana::pair<test::ct_eq<0>, MoveOnly>, in main() typedef 74 using Map = hana::map<hana::pair<test::ct_eq<0>, MoveOnly>, in main() typedef
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | string.go | 22 func (n *Expr) Str(tm *t.Map) string { 32 func (n *Expr) appendStr(buf []byte, tm *t.Map, parenthesize bool, depth uint32) []byte { 187 func (n *TypeExpr) Str(tm *t.Map) string { 197 func (n *TypeExpr) appendStr(buf []byte, tm *t.Map, depth uint32) []byte {
|
/third_party/boost/boost/type_erasure/ |
D | binding.hpp | 97 explicit binding(const Map&) in binding() 111 binding(const static_binding<Map>&) in binding() 128 binding(const binding<Concept2>& other, const Map& in binding() 132 ::boost::type_erasure::detail::check_map<Concept, Map>, in binding() argument 155 binding(const binding<Concept2>& other, const static_binding<Map>& in binding() 183 binding(const dynamic_binding<Placeholders>& other, const static_binding<Map>&) in binding()
|
D | dynamic_binding.hpp | 28 dynamic_binding(const static_binding<Map>&) in dynamic_binding() 33 dynamic_binding(const binding<Concept>& other, const static_binding<Map>&) in dynamic_binding()
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/render/ |
D | render.go | 37 func Render(w io.Writer, tm *t.Map, src []t.Token, comments []string) (err error) { 247 func isCloseIdentLiteral(tm *t.Map, x t.ID) bool { 251 func isCloseIdentStrLiteral(tm *t.Map, x t.ID) bool { 255 func measureVarNameLength(tm *t.Map, lineTokens []t.Token, remaining []t.Token) uint32 {
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | map.h | 44 Map(const Map &map) in Map() function 99 : Map(reverse, fn_leaf) {} in Map() function
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/generate/ |
D | generate.go | 99 func parseFiles(tm *t.Map, filenames []string) (files []*a.File, err error) { 119 func ParseFiles(tm *t.Map, filenames []string, opts *parse.Options) (files []*a.File, err error) {
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | assert.go | 111 func (z facts) refine(n *a.Expr, nb bounds, tm *t.Map) (bounds, error) { 171 func simplify(tm *t.Map, n *a.Expr) (*a.Expr, error) { 222 func argValue(tm *t.Map, args []*a.Node, name string) *a.Expr {
|
D | check_test.go | 34 func compareToWuffsfmt(tm *t.Map, tokens []t.Token, comments []string, src string) error {
|
/third_party/node/test/parallel/ |
D | test-options-binding.js | 16 Map.prototype.get = class
|
D | test-worker-terminate-source-map.js | 39 Map.prototype[Symbol.iterator] = increaseCallCount; class
|
/third_party/typescript/tests/cases/compiler/ |
D | forwardDeclaredCommonTypes01.ts | 6 interface Map<K, V> {} interface
|
D | constraintOfRecursivelyMappedTypeWithConditionalIsResolvable.ts | 3 interface Map<K, V> { interface
|
/third_party/boost/libs/concept_check/test/ |
D | stl_concept_check.cpp | 72 typedef std::map<int,int> Map; in main() typedef
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | mutator_cache.h | 86 using Map = std::unordered_map<Key, std::list<Entry>::iterator, KeyHash>; variable
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | object-prototype-tostring.js | 66 Map.prototype[Symbol.toStringTag] = "myStringTag5"; class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ValueMap.h | 93 MapT Map; variable 104 : Map(NumInitBuckets), Data() {} in Map() function 106 : Map(NumInitBuckets), Data(Data) {} in Map() function
|
/third_party/typescript/src/compiler/ |
D | corePublic.ts | 62 export interface Map<T> extends ESMap<string, T> { interface 117 declare const Map: MapConstructor | undefined; constant
|
/third_party/typescript/src/lib/ |
D | es2015.collection.d.ts | 1 interface Map<K, V> { interface 16 declare var Map: MapConstructor; variable
|
/third_party/typescript/lib/ |
D | lib.es2015.collection.d.ts | 21 interface Map<K, V> { interface 36 declare var Map: MapConstructor; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 43 HashTableIterator(const HashTable<ValueT> &Map, uint32_t Index, in HashTableIterator() 48 HashTableIterator(const HashTable<ValueT> &Map) : Map(&Map) { in HashTableIterator() 97 const HashTable<ValueT> *Map; variable
|
/third_party/boost/libs/graph/test/ |
D | bundled_properties.cpp | 127 typedef adjacency_list< EL, VL, D, VP, EP, GP > Map; in test_io() typedef 154 template < typename Map > void test_io(const Map&, long) in test_io() 160 void test_bundled_properties(Map*, truth< CanAddVertex > can_add_vertex) in test_bundled_properties() argument
|