Home
last modified time | relevance | path

Searched refs:prologue_ (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/
DPpContext.h615 prologue_(prologue), in TokenizableIncludeFile()
622 strings[0] = prologue_.data(); in TokenizableIncludeFile()
626 lengths[0] = prologue_.size(); in TokenizableIncludeFile()
660 const std::string prologue_; variable
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h615 prologue_(prologue), in TokenizableIncludeFile()
622 strings[0] = prologue_.data(); in TokenizableIncludeFile()
626 lengths[0] = prologue_.size(); in TokenizableIncludeFile()
660 const std::string prologue_; variable
/external/cronet/base/debug/
Dallocation_trace.cc59 return kMemoryGuard == prologue_ && kMemoryGuard == epilogue_; in IsValid()
Dallocation_trace.h244 uint64_t const volatile prologue_ = kMemoryGuard; member