OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnonymousPrefix
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.h
314
snprintf(buf, 20, "%s%d",
AnonymousPrefix
, anonId);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h
50
const char* const
AnonymousPrefix
= "anon@"; // for something like a block whose members can be directly accessed
53
return name.compare(0, 5,
AnonymousPrefix
) == 0;
[
all
...]
Completed in 46 milliseconds