OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUnknownType
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.h
73
extern const IdType
kUnknownType
;
213
//
kUnknownType
will be returned.
219
// could not be determined
kUnknownType
will be returned.
text_handler.cpp
166
const IdType
kUnknownType
= {0, false, IdTypeClass::kBottom};
316
return
kUnknownType
;
text.cpp
303
textValue, error_code_for_literals, libspirv::
kUnknownType
,
311
libspirv::IdType expected_type = libspirv::
kUnknownType
;
Completed in 3112 milliseconds