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

  /system/update_engine/common/
fake_prefs.cc 108 string FakePrefs::GetTypeName(PrefType type) {
123 << "Key \"" << key << "\" if defined as " << GetTypeName(it->second.type)
124 << " but is accessed as a " << GetTypeName(type);
  /external/gptfdisk/
gptpart.cc 51 string GPTPart::GetTypeName(void) {
433 changeName = (GetDescription() == GetTypeName());
436 cout << "Current type is '" << GetTypeName() << "'\n";
  /external/protobuf/src/google/protobuf/
message.cc 84 string Message::GetTypeName() const {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry_lite.h 123 string GetTypeName() const { return ""; }
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 65 virtual const char* GetTypeName() const = 0;
467 virtual const char* GetTypeName() const {
  /external/v8/src/js/
messages.js 596 return GetTypeName(GET_PRIVATE(this, callSiteReceiverSymbol), false);
683 var typeName = GetTypeName(GET_PRIVATE(this, callSiteReceiverSymbol), true);
714 "getTypeName", CallSiteGetTypeName,
843 function GetTypeName(receiver, requireConstructor) {
  /frameworks/compile/slang/
slang_rs_export_type.cpp 687 TypeName = RSExportType::GetTypeName(T);
744 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) {
809 return RSExportVectorType::GetTypeName(EVT);
    [all...]
slang_rs_reflection_cpp.cpp 61 static std::string GetTypeName(const RSExportType *ET, bool PreIdentifier = true) {
100 std::string ElementTypeName = GetTypeName(CAT->getElementType());
240 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX
553 std::string TypeName = GetTypeName(EPT);
589 std::string TypeName = GetTypeName(ET);
689 mOut.indent() << "void set_" << EV->getName() << "(" << GetTypeName(EV->getType()) << " v "
690 << GetTypeName(EV->getType(), false) << ")";
692 mOut.indent() << "setVar(" << tmp.str() << ", v, sizeof(" << GetTypeName(EV->getType()) + ") *"
720 mOut << GetTypeName((*i)->getType()) << " " << (*i)->getName();
    [all...]
slang_rs_reflection.cpp 187 std::string GetTypeName(const RSExportType *ET, unsigned Style = TypeNameDefault) {
221 std::string ElementTypeName = GetTypeName(CAT->getElementType(), Style);
248 GetTypeName(CAT->getElementType(),
252 return "resultStruct_" + GetTypeName(ET,
255 return "result_" + GetTypeName(ET, TypeNameDefault | TypeNameC);
514 << GetTypeName(EV->getType(), TypeNameDefault & ~TypeNameWithConstantArrayBrackets) << "["
769 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName()));
890 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName()));
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-type-util.h 61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() {
    [all...]
  /external/gtest/include/gtest/internal/
gtest-type-util.h 60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h 61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() {
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-type-util.h 61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() {
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 73 // GetTypeName<T>() returns a human-readable name of type T.
75 String GetTypeName() {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-type-util.h 60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() {
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-type-util.h 60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() {
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 344 const char* GetTypeName()
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 221 CFX_ByteString GetTypeName() const { return m_pDict->GetString("S"); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluscfgserver.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1314 milliseconds