Home
last modified time | relevance | path

Searched refs:GetTypeName (Results 1 – 25 of 59) sorted by relevance

123

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs56 internal static string GetTypeName(string typeUrl) in GetTypeName() method in Google.Protobuf.WellKnownTypes.Any
74 if (GetTypeName(TypeUrl) != target.Descriptor.FullName)
/external/google-breakpad/src/testing/gtest/test/
Dgtest-unittest-api_test.cc192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param()); in TEST()
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); in TEST()
269 EXPECT_STREQ(GetTypeName<int>().c_str(), test_cases[2]->type_param()); in TearDown()
321 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); in TearDown()
/external/googletest/googletest/test/
Dgtest-unittest-api_test.cc191 EXPECT_STREQ(GetTypeName<int>().c_str(), test_suite->type_param()); in TEST()
202 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); in TEST()
268 EXPECT_STREQ(GetTypeName<int>().c_str(), test_suites[2]->type_param()); in TearDown()
320 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); in TearDown()
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc68 << message.GetTypeName() in ByteSizeConsistencyError()
73 "concurrent modification of " << message.GetTypeName() << "."; in ByteSizeConsistencyError()
92 result += message.GetTypeName(); in InitializationErrorMessage()
Dmessage_lite.h86 virtual string GetTypeName() const = 0;
/external/gptfdisk/
Dgptpart.cc53 string GPTPart::GetTypeName(void) { in GetTypeName() function in GPTPart
435 changeName = (GetDescription() == GetTypeName());
438 cout << "Current type is '" << GetTypeName() << "'\n";
Dgptpart.h61 string GetTypeName(void);
Dgptcurses.cc246 printw(space->origPart->GetTypeName().c_str()); in ShowSpace()
329 partitions[partNum].GetTypeName().c_str()); in ShowInfo()
379 …4x (%s)\n", partitions[partNum].GetType().GetHexType(), partitions[partNum].GetTypeName().c_str()); in ChangeType()
Dmbr.cc162 newPart.SetName(newPart.GetTypeName()); in AsGPT()
Dbsd.cc331 guid.SetName(guid.GetTypeName()); in AsGPT()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dcommand_line_flags.cc128 std::string Flag::GetTypeName() const { in GetTypeName() function in tflite::Flag
191 auto type_name = flag.GetTypeName(); in Usage()
Dcommand_line_flags.h97 std::string GetTypeName() const;
/external/v8/testing/
Dgtest-support.h15 inline std::string GetTypeName<type>() { \
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go837 if field.GetType() == descriptor.FieldDescriptorProto_TYPE_GROUP && field.GetTypeName() == exp {
1491 obj := g.ObjectNamed(field.GetTypeName())
1525 obj := g.ObjectNamed(field.GetTypeName())
1625 desc := g.ObjectNamed(field.GetTypeName())
1628 desc := g.ObjectNamed(field.GetTypeName())
1633 desc := g.ObjectNamed(field.GetTypeName())
1728 obj := g.ObjectNamed(field.GetTypeName())
2280 desc := g.ObjectNamed(field.GetTypeName())
2295 g.RecordTypeUse(valField.GetTypeName())
2297 g.RecordTypeUse(valField.GetTypeName())
[all …]
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc32 string type_name = proto.GetTypeName(); in OutputToLog()
Dvariant_encode_decode.h155 return value.GetTypeName();
/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp91 const char* GetTypeName() const { in GetTypeName() function
417 llvm::outs() << instance.GetTypeName() << "\n"; in main()
/external/v8/src/
Dmessages.h62 virtual Handle<Object> GetTypeName() = 0;
103 Handle<Object> GetTypeName() override;
145 Handle<Object> GetTypeName() override { return Null(); } in GetTypeName() function
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h344 const std::string& type_name = GetTypeName<Value>(); in MatchPrintAndExplain()
1670 return GetTypeName<To>();
3310 *listener << "whose value is not of type '" << GetTypeName() << "'";
3324 *os << "is a variant<> with value of type '" << GetTypeName()
3330 *os << "is a variant<> with value of type other than '" << GetTypeName()
3336 static std::string GetTypeName() {
3339 return internal::GetTypeName<T>());
3372 *listener << "whose value is not of type '" << GetTypeName() << "'";
3385 *os << "is an 'any' type with value of type '" << GetTypeName()
3391 *os << "is an 'any' type with value of type other than '" << GetTypeName()
[all …]
/external/v8/src/builtins/
Dbuiltins-callsite.cc137 return *it.Frame()->GetTypeName(); in BUILTIN()
/external/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump75 // GetTypeName<T>() returns a human-readable name of type T.
79 std::string GetTypeName() {
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-type-util.h.pump58 // GetTypeName<T>() returns a human-readable name of type T.
62 std::string GetTypeName() {
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h.pump58 // GetTypeName<T>() returns a human-readable name of type T.
62 std::string GetTypeName() {
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-type-util.h.pump59 // GetTypeName<T>() returns a human-readable name of type T.
63 String GetTypeName() {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-type-util.h.pump75 // GetTypeName<T>() returns a human-readable name of type T.
79 std::string GetTypeName() {

123