Home
last modified time | relevance | path

Searched defs:Mark (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/crates/cxx/syntax/
Dtoposort.rs5 enum Mark { enum
25 marks: &mut Map<*const Struct, Mark>, in visit() argument
/third_party/python/Tools/peg_generator/pegen/
Dtokenizer.py5 Mark = int # NewType('Mark', int) variable
66 def reset(self, index: Mark) -> None:
/third_party/PyYAML/lib/yaml/
Derror.py4 class Mark: class
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dmemory_input_stream.cc51 void MemoryInputStream::Mark(int32_t readlimit) { in Mark() function in sfntly::MemoryInputStream
Dfile_input_stream.cc55 void FileInputStream::Mark(int32_t readlimit) { in Mark() function in sfntly::FileInputStream
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dmemory_input_stream.cc51 void MemoryInputStream::Mark(int32_t readlimit) { in Mark() function in sfntly::MemoryInputStream
Dfile_input_stream.cc55 void FileInputStream::Mark(int32_t readlimit) { in Mark() function in sfntly::FileInputStream
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc55 void FontInputStream::Mark(int32_t readlimit) { in Mark() function in sfntly::FontInputStream
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc55 void FontInputStream::Mark(int32_t readlimit) { in Mark() function in sfntly::FontInputStream
/third_party/node/src/
Dnode_perf.cc44 void PerformanceState::Mark(enum PerformanceMilestone milestone, in Mark() function in node::performance::PerformanceState
126 void Mark(const FunctionCallbackInfo<Value>& args) { in Mark() function
/third_party/typescript/tests/baselines/reference/
DsuperInLambdas.js57 name: string = "Mark"; field in RegisteredUser4
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dtrace.h102 Mark = 'R', enumerator
/third_party/PyYAML/yaml/
D_yaml.pyx61 cdef class Mark: class
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-kerx-table.hh475 Mark = 0x8000, /* If set, remember this glyph as the marked glyph. */ enumerator
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-kerx-table.hh469 Mark = 0x8000, /* If set, remember this glyph as the marked glyph. */ enumerator
/third_party/harfbuzz/src/
Dhb-aat-layout-kerx-table.hh469 Mark = 0x8000, /* If set, remember this glyph as the marked glyph. */ enumerator
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc2589 bool Resolver::Mark(const ast::Node* node) { in Mark() function in tint::resolver::Resolver