HomeSort by relevance Sort by last modified time
    Searched defs:GetUint (Results 1 - 3 of 3) sorted by null

  /development/vndk/tools/header-checker/src/repr/json/
ir_reader.cpp 82 uint64_t JsonObjectRef::GetUint(const std::string &key) const {
214 type_ir->SetSize(type_decl.GetUint("size"));
215 type_ir->SetAlignment(type_decl.GetUint("alignment"));
223 field.GetUint("field_offset"), GetAccess(field));
  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 670 return (int)GetUint(offset);
673 public unsafe uint GetUint(int offset)
768 public uint GetUint(int index)
  /external/libchrome/base/debug/
activity_tracker.cc 310 uint64_t ActivityUserData::TypedValue::GetUint() const {
    [all...]

Completed in 154 milliseconds