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

  /art/runtime/
primitive.cc 21 static const char* kTypeNames[] = {
50 static_assert(COUNT_OF(kTypeNames) == static_cast<size_t>(Primitive::kPrimLast) + 1,
53 return kTypeNames[type];
66 os << kTypeNames[int_type];
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/
tutorial.cpp 84 static const char* kTypeNames[] = { "Null", "False", "True", "Object", "Array", "String", "Number" };
86 printf("Type of member %s is %s\n", itr->name.GetString(), kTypeNames[itr->value.GetType()]);
  /frameworks/ml/nn/common/
Utils.cpp 83 const char* kTypeNames[kNumberOfDataTypes] = {
88 static_assert(COUNT(kTypeNames) == kNumberOfDataTypes, "kTypeNames is incorrect");
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 86 const TypeNameMap kTypeNames = MakeTypeNameTable();
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 33 const char *const kTypeNames[] = {
    [all...]

Completed in 454 milliseconds