HomeSort by relevance Sort by last modified time
    Searched refs:StringToUInt (Results 1 - 4 of 4) sorted by null

  /external/flatbuffers/include/flatbuffers/
util.h 388 inline uint64_t StringToUInt(const char *s, int base = 10) {
flexbuffers.h 438 case FBT_STRING: return flatbuffers::StringToUInt(AsString().c_str());
    [all...]
  /external/flatbuffers/src/
idl_gen_general.cpp 476 uint64_t defaultValue = StringToUInt(value.constant.c_str());
    [all...]
idl_parser.cpp 229 *val = StringToUInt(target.c_str(), 16);
    [all...]

Completed in 220 milliseconds