Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dparser.h48 Result ProcessSection(const SectionParser::Section& section);
Dparser.cc59 r = ProcessSection(section); in Parse()
111 Result Parser::ProcessSection(const SectionParser::Section& section) { in ProcessSection() function in amber::vkscript::Parser
/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc176 void ProcessSection(SectionBuffer* buffer) { in ProcessSection() function in v8::internal::wasm::AsyncStreamingDecoder
178 if (!processor_->ProcessSection( in ProcessSection()
618 streaming->ProcessSection(buf); in NextWithValue()
635 streaming->ProcessSection(section_buffer_); in Next()
Dstreaming-decoder.h38 virtual bool ProcessSection(SectionCode section_code,
Dmodule-compiler.cc2055 bool ProcessSection(SectionCode section_code,
2773 bool AsyncStreamingProcessor::ProcessSection(SectionCode section_code, in ProcessSection() function in v8::internal::wasm::AsyncStreamingProcessor