Home
last modified time | relevance | path

Searched refs:keep_front (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/metaparse/example/meta_metaparse/
Dmain.cpp203 struct keep_front struct
205 typedef keep_front type; argument
216 ::rule<_STR("plus_token ::= '+' ws"), keep_front>::type argument
217 ::rule<_STR("minus_token ::= '-' ws"), keep_front>::type
218 ::rule<_STR("mult_token ::= '*' ws"), keep_front>::type
219 ::rule<_STR("div_token ::= '/' ws"), keep_front>::type
220 ::rule<_STR("arg_token ::= '_' ws"), keep_front>::type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamRef.h99 RefType keep_front(uint32_t N) const { in keep_front() function
119 return drop_front(Offset).keep_front(Len); in slice()
211 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() function
215 return std::make_pair(keep_front(Off), drop_front(Off)); in split()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamWriter.cpp89 First = First.keep_front(Off); in split()
DBinaryStreamReader.cpp175 First = First.keep_front(Off); in split()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp197 WritableBinaryStreamRef(FileInfoBuffer).keep_front(NamesOffset); in generateFileInfoSubstream()