Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RecordIterator
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkAllocationCallbackUtil.hpp
146
typedef de::AppendList<AllocationCallbackRecord>::const_iterator
RecordIterator
;
typedef in vk::AllocationCallbackRecorder
148
RecordIterator
getRecordsBegin (void) const { return m_records.begin(); }
in getRecordsBegin()
149
RecordIterator
getRecordsEnd (void) const { return m_records.end(); }
in getRecordsEnd()
H
A
D
vkAllocationCallbackUtil.cpp
369
for (AllocationCallbackRecorder::
RecordIterator
callbackIter = recorder.getRecordsBegin();
in validateAllocationCallbacks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H
A
D
InstrProfReader.h
376
typename HashTableImpl::data_iterator
RecordIterator
;
member in llvm::IndexedInstrProf::InstrProfReaderIndex
391
void advanceToNextKey() override {
RecordIterator
++; }
394
return
RecordIterator
== HashTable->data_end();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiDeviceInitializationTests.cpp
595
typedef AllocationCallbackRecorder::
RecordIterator
RecordIterator
;
in enumerateDevicesAllocLeakTest()
typedef
602
RecordIterator
recordToCheck (recorder.getRecordsEnd());
in enumerateDevicesAllocLeakTest()
616
RecordIterator
lastRecordToCheck (recorder.getRecordsEnd());
in enumerateDevicesAllocLeakTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiDeviceInitializationTests.cpp
595
typedef AllocationCallbackRecorder::
RecordIterator
RecordIterator
;
in enumerateDevicesAllocLeakTest()
typedef
602
RecordIterator
recordToCheck (recorder.getRecordsEnd());
in enumerateDevicesAllocLeakTest()
616
RecordIterator
lastRecordToCheck (recorder.getRecordsEnd());
in enumerateDevicesAllocLeakTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H
A
D
InstrProfReader.cpp
598
Data = *
RecordIterator
;
615
RecordIterator
= HashTable->data_begin();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryAddressBindingTests.cpp
94
typedef std::vector<BindingData>::const_iterator
RecordIterator
;
typedef in vkt::memory::__anon28044::BindingCallbackRecorder
96
RecordIterator
getRecordsBegin (void) const
in getRecordsBegin()
101
RecordIterator
getRecordsEnd (void) const
in getRecordsEnd()
H
A
D
vktMemoryDeviceMemoryReportTests.cpp
77
typedef std::vector<std::pair<VkDeviceMemoryReportCallbackDataEXT, CallbackMarker>>::const_iterator
RecordIterator
;
typedef in vkt::memory::__anon28051::CallbackRecorder
79
RecordIterator
getRecordsBegin (void) const
in getRecordsBegin()
84
RecordIterator
getRecordsEnd (void) const
in getRecordsEnd()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H
A
D
vktMemoryAddressBindingTests.cpp
72
typedef std::vector<VkDebugUtilsMessengerCallbackDataEXT>::const_iterator
RecordIterator
;
typedef in vkt::memory::__anon29275::BindingCallbackRecorder
74
RecordIterator
getRecordsBegin (void) const
in getRecordsBegin()
79
RecordIterator
getRecordsEnd (void) const
in getRecordsEnd()
H
A
D
vktMemoryDeviceMemoryReportTests.cpp
77
typedef std::vector<std::pair<VkDeviceMemoryReportCallbackDataEXT, CallbackMarker>>::const_iterator
RecordIterator
;
typedef in vkt::memory::__anon29282::CallbackRecorder
79
RecordIterator
getRecordsBegin (void) const
in getRecordsBegin()
84
RecordIterator
getRecordsEnd (void) const
in getRecordsEnd()
Completed in 28 milliseconds