OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsUInt8
(Results
1 - 2
of
2
) sorted by null
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
449
uint8_t
AsUInt8
() const { return static_cast<uint8_t>(AsUInt64()); }
725
template<> inline uint8_t Reference::As<uint8_t>() const { return
AsUInt8
(); }
[
all
...]
/external/flatbuffers/tests/
test.cpp
[
all
...]
Completed in 68 milliseconds