OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TNameToIndex
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.h
109
TNameToIndex
::const_iterator it = nameToIndex.find(name);
121
// Need a TString hash: typedef std::unordered_map<TString, int>
TNameToIndex
;
122
typedef std::map<TString, int>
TNameToIndex
;
126
TNameToIndex
nameToIndex; // maps names to indexes; can hold all types of data: uniform/buffer and which function names have been processed
reflection.cpp
119
TReflection::
TNameToIndex
::const_iterator it = reflection.nameToIndex.find(name);
255
TReflection::
TNameToIndex
::const_iterator it = reflection.nameToIndex.find(name);
350
TReflection::
TNameToIndex
::const_iterator it = reflection.nameToIndex.find(name);
756
//for (
TNameToIndex
::const_iterator it = nameToIndex.begin(); it != nameToIndex.end(); ++it)
Completed in 54 milliseconds