Home
last modified time | relevance | path

Searched defs:toReference (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h218 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference() function
230 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference() function
/third_party/flatbuffers/ts/flexbuffers/
Dreference.ts9 export function toReference(buffer: Uint8Array): Reference { function