Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dtoken.go35 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/
Dassign.copy.cpp19 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
Dassign.move.cpp35 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/
Dstring.go22 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/
Dbinding.hpp97 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()
Ddynamic_binding.hpp28 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/
Drender.go37 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/
Dmap.h44 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/
Dgenerate.go99 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/
Dassert.go111 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 {
Dcheck_test.go34 func compareToWuffsfmt(tm *t.Map, tokens []t.Token, comments []string, src string) error {
/third_party/node/test/parallel/
Dtest-options-binding.js16 Map.prototype.get = class
Dtest-worker-terminate-source-map.js39 Map.prototype[Symbol.iterator] = increaseCallCount; class
/third_party/typescript/tests/cases/compiler/
DforwardDeclaredCommonTypes01.ts6 interface Map<K, V> {} interface
DconstraintOfRecursivelyMappedTypeWithConditionalIsResolvable.ts3 interface Map<K, V> { interface
/third_party/boost/libs/concept_check/test/
Dstl_concept_check.cpp72 typedef std::map<int,int> Map; in main() typedef
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_cache.h86 using Map = std::unordered_map<Key, std::list<Entry>::iterator, KeyHash>; variable
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-tostring.js66 Map.prototype[Symbol.toStringTag] = "myStringTag5"; class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueMap.h93 MapT Map; variable
104 : Map(NumInitBuckets), Data() {} in Map() function
106 : Map(NumInitBuckets), Data(Data) {} in Map() function
/third_party/typescript/src/compiler/
DcorePublic.ts62 export interface Map<T> extends ESMap<string, T> { interface
117 declare const Map: MapConstructor | undefined; constant
/third_party/typescript/src/lib/
Des2015.collection.d.ts1 interface Map<K, V> { interface
16 declare var Map: MapConstructor; variable
/third_party/typescript/lib/
Dlib.es2015.collection.d.ts21 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/
DHashTable.h43 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/
Dbundled_properties.cpp127 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

1234567