| /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…
|
| D | list.go | 30 func (x ID) Str(m *Map) string { return m.ByID(x) } 66 func (x ID) IsLiteral(m *Map) bool { 75 func (x ID) IsNumLiteral(m *Map) bool { 84 func (x ID) IsStrLiteral(m *Map) bool { 93 func (x ID) IsIdent(m *Map) bool { 113 func (x ID) IsImplicitSemicolon(m *Map) bool { 153 func (x QID) Str(m *Map) string { 166 func (x QQID) Str(m *Map) string {
|
| /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/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/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.go | 62 func Check(tm *t.Map, files []*a.File, resolveUse func(usePath string) ([]byte, error)) (*Checker, … 621 func nodeDebugString(tm *t.Map, n *a.Node) string { 639 func allTypeChecked(tm *t.Map, n *a.Node) error {
|
| 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/rust/crates/serde/test_suite/tests/expand/ |
| D | generic_enum.rs | 8 Map { x: T, y: U }, enumerator
|
| D | ser_enum.rs | 10 Map { a: i8, b: B, c: &'a C, d: &'a mut D }, enumerator
|
| D | de_enum.rs | 7 Map { a: i8, b: B, c: C, d: D }, enumerator
|
| D | ser_enum.expanded.rs | 8 Map { a: i8, b: B, c: &'a C, d: &'a mut D }, enumerator
|
| /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/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/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/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/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/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/typescript/lib/ |
| D | lib.es2015.collection.d.ts | 21 interface Map<K, V> { interface 36 declare var Map: MapConstructor; variable
|
| /third_party/typescript/src/lib/ |
| D | es2015.collection.d.ts | 1 interface Map<K, V> { interface 16 declare var Map: MapConstructor; variable
|
| /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/flutter/engine/flutter/flow/ |
| D | raster_cache_key.h | 42 using Map = std::unordered_map<RasterCacheKey, Value, Hash, Equal>; variable
|