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 122 inline uint64_t StringToUInt(const char *str, char **endptr = nullptr,
flexbuffers.h 417 case TYPE_STRING: return flatbuffers::StringToUInt(AsString().c_str());
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 125 *val = StringToUInt(s);
220 *val = StringToUInt(target.c_str(), nullptr, 16);
388 StringToUInt(attribute_.c_str(), nullptr, 16)));
    [all...]
idl_gen_general.cpp 482 uint64_t defaultValue = StringToUInt(value.constant.c_str());
    [all...]

Completed in 175 milliseconds