Home
last modified time | relevance | path

Searched defs:type_name (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc152 std::string FieldGeneratorBase::type_name() { in type_name() function in google::protobuf::compiler::csharp::FieldGeneratorBase
156 std::string FieldGeneratorBase::type_name(const FieldDescriptor* descriptor) { in type_name() function in google::protobuf::compiler::csharp::FieldGeneratorBase
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Derror_listener.h88 StringPiece type_name, StringPiece value) {} in InvalidValue()
Dutility.cc306 bool IsWellKnownType(const string& type_name) { in IsWellKnownType()
Dproto_writer.cc429 void ProtoWriter::InvalidValue(StringPiece type_name, StringPiece value) { in InvalidValue()
Dprotostream_objectsource.cc1056 StringPiece type_name, StringPiece field_name) const { in IncrementRecursionDepth()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util.cc96 string url_prefix, type_name; in ResolveEnumType() local
Djson_util.cc120 StringPiece type_name, StringPiece value) { in InvalidValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test.py432 def __init__(self, number, type_name, default_value): argument
457 def __init__(self, number, type_name): argument
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp315 const char* type_name = type_string_pool_.string8At(type_idx, &type_name_len); in CollectConfigurations() local
354 uint32_t LoadedPackage::FindEntryByName(const std::u16string& type_name, in FindEntryByName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor_pool.py777 def _GetTypeFromScope(self, package, type_name, scope): argument
Dtext_format.py219 def _BuildMessageFromTypeName(type_name, descriptor_pool): argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc825 string type_name; in ParseMessageFieldNoLabel() local
1969 string* type_name) { in ParseType()
1980 bool Parser::ParseUserDefinedType(string* type_name) { in ParseUserDefinedType()
Dparser_unittest.cc1738 string type_name = proto->field(i).type_name(); in StripFieldTypeName() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto154 optional string type_name = 6; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto154 optional string type_name = 6; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_database_unittest.cc66 const string& type_name) { in ExpectContainsType()
Ddescriptor.proto177 optional string type_name = 6; field
Dextension_set_unittest.cc1147 string* type_name = extension->mutable_type_name(); in TEST() local
Ddescriptor.h1861 inline const char* FieldDescriptor::type_name() const { in type_name() function
Ddescriptor.pb.h4989 inline const ::std::string& FieldDescriptorProto::type_name() const { in type_name() function
5019 inline void FieldDescriptorProto::set_allocated_type_name(::std::string* type_name) { in set_allocated_type_name()
Ddescriptor.pb.cc5119 const ::std::string& FieldDescriptorProto::type_name() const { in type_name() function in google::protobuf::FieldDescriptorProto
5149 void FieldDescriptorProto::set_allocated_type_name(::std::string* type_name) { in set_allocated_type_name()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.cc509 const string type_name = in TestPrematureEOFForType() local
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.cpp622 std::stringstream type_name; in FlattenTypes() local
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp337 const char* type_name, const bool add_to_zip) { in AddDumps()