OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringToUInt
(Results
1 - 4
of
4
) sorted by null
/external/flatbuffers/include/flatbuffers/
util.h
108
inline uint64_t
StringToUInt
(const char *str, char **endptr = nullptr,
flexbuffers.h
399
case TYPE_STRING: return flatbuffers::
StringToUInt
(AsString().c_str());
[
all
...]
/external/flatbuffers/src/
idl_parser.cpp
115
*val =
StringToUInt
(s);
228
*val =
StringToUInt
(target.c_str(), nullptr, 16);
463
StringToUInt
(attribute_.c_str(), nullptr, 16)));
[
all
...]
idl_gen_general.cpp
456
uint64_t defaultValue =
StringToUInt
(value.constant.c_str());
[
all
...]
Completed in 200 milliseconds