Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 154) 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…
Dlist.go30 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/
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/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/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.go62 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 {
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/rust/crates/serde/test_suite/tests/expand/
Dgeneric_enum.rs8 Map { x: T, y: U }, enumerator
Dser_enum.rs10 Map { a: i8, b: B, c: &'a C, d: &'a mut D }, enumerator
Dde_enum.rs7 Map { a: i8, b: B, c: C, d: D }, enumerator
Dser_enum.expanded.rs8 Map { a: i8, b: B, c: &'a C, d: &'a mut D }, enumerator
/third_party/typescript/tests/cases/compiler/
DforwardDeclaredCommonTypes01.ts6 interface Map<K, V> {} interface
DconstraintOfRecursivelyMappedTypeWithConditionalIsResolvable.ts3 interface Map<K, V> { interface
/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/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/typescript/src/compiler/
DcorePublic.ts62 export interface Map<T> extends ESMap<string, T> { interface
117 declare const Map: MapConstructor | undefined; constant
/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/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/typescript/lib/
Dlib.es2015.collection.d.ts21 interface Map<K, V> { interface
36 declare var Map: MapConstructor; variable
/third_party/typescript/src/lib/
Des2015.collection.d.ts1 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/
DMachineModuleInfoImpls.cpp35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
/third_party/flutter/engine/flutter/flow/
Draster_cache_key.h42 using Map = std::unordered_map<RasterCacheKey, Value, Hash, Equal>; variable

1234567