/external/protobuf/src/google/protobuf/ |
field_mask.pb.h | 56 static const ::google::protobuf::Descriptor* descriptor();
|
proto3_arena_unittest.cc | 197 const Descriptor* d = message->GetDescriptor();
|
source_context.pb.h | 56 static const ::google::protobuf::Descriptor* descriptor();
|
api.pb.cc | 14 #include <google/protobuf/descriptor.h> 25 const ::google::protobuf::Descriptor* Api_descriptor_ = NULL; 28 const ::google::protobuf::Descriptor* Method_descriptor_ = NULL; 31 const ::google::protobuf::Descriptor* Mixin_descriptor_ = NULL; 247 const ::google::protobuf::Descriptor* Api::descriptor() { function in class:google::protobuf::Api 677 metadata.descriptor = Api_descriptor_; 977 const ::google::protobuf::Descriptor* Method::descriptor() { function in class:google::protobuf::Method 1690 const ::google::protobuf::Descriptor* Mixin::descriptor() { function in class:google::protobuf::Mixin [all...] |
descriptor.pb.h | 2 // source: google/protobuf/descriptor.proto 203 static const ::google::protobuf::Descriptor* descriptor(); 295 static const ::google::protobuf::Descriptor* descriptor(); 538 static const ::google::protobuf::Descriptor* descriptor(); 637 static const ::google::protobuf::Descriptor* descriptor(); 736 static const ::google::protobuf::Descriptor* descriptor() [all...] |
/external/protobuf/src/google/protobuf/util/internal/ |
protostream_objectsource_test.cc | 43 #include <google/protobuf/descriptor.h> 62 using google::protobuf::Descriptor; 91 string GetTypeUrl(const Descriptor* descriptor) { 92 return string(kTypeServiceBaseUrl) + "/" + descriptor->full_name(); 104 helper_.ResetTypeInfo(Book::descriptor()); 109 void DoTest(const Message& msg, const Descriptor* descriptor) { 110 Status status = ExecuteTest(msg, descriptor); 114 Status ExecuteTest(const Message& msg, const Descriptor* descriptor) [all...] |
/external/protobuf/src/google/protobuf/util/ |
json_util_test.cc | 54 static string GetTypeUrl(const Descriptor* message) {
|
/external/r8/src/main/java/com/android/tools/r8/graph/ |
AppInfoWithSubtyping.java | 180 private boolean holderIsAbstract(Descriptor desc) {
|
/external/skia/src/shaders/gradients/ |
SkSweepGradient.cpp | 20 SkSweepGradient::SkSweepGradient(SkScalar cx, SkScalar cy, const Descriptor& desc)
|
SkTwoPointConicalGradient.cpp | 16 bool flippedGrad, const Descriptor& desc)
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
DWARFDebugAranges.cpp | 40 const DWARFDebugArangeSet::Descriptor* arange_desc_ptr;
|
/external/v8/src/builtins/ |
builtins-constructor.cc | 182 typedef FastNewObjectDescriptor Descriptor; 183 Node* context = Parameter(Descriptor::kContext); 184 Node* target = Parameter(Descriptor::kTarget); 185 Node* new_target = Parameter(Descriptor::kNewTarget);
|
builtins-regexp.cc | [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
any.pb.h | 57 static const ::google::protobuf::Descriptor* descriptor();
|
field_mask.pb.h | 56 static const ::google::protobuf::Descriptor* descriptor();
|
source_context.pb.h | 56 static const ::google::protobuf::Descriptor* descriptor();
|
descriptor.pb.h | 2 // source: google/protobuf/descriptor.proto 203 static const ::google::protobuf::Descriptor* descriptor(); 295 static const ::google::protobuf::Descriptor* descriptor(); 538 static const ::google::protobuf::Descriptor* descriptor(); 637 static const ::google::protobuf::Descriptor* descriptor(); 736 static const ::google::protobuf::Descriptor* descriptor() [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
GeneratedMessageTest.java | 33 import com.google.protobuf.Descriptors.Descriptor; 1104 Descriptor descriptor = TestAllTypes.getDescriptor(); local 1177 Descriptor descriptor = TestAllTypes.getDescriptor(); local 1202 Descriptor descriptor = TestAllTypes.getDescriptor(); local 1540 Descriptor descriptor = TestAllTypes.getDescriptor(); local 1614 Descriptor descriptor = TestAllTypes.getDescriptor(); local 1640 Descriptor descriptor = TestAllTypes.getDescriptor(); local [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 73 #include <google/protobuf/descriptor.h> 222 // Whether a path is where google/protobuf/descriptor.proto and other well-known 225 // Checking the descriptor.proto file should be good enough. 226 string file_path = path + "/google/protobuf/descriptor.proto"; [all...] |
plugin.pb.cc | 14 #include <google/protobuf/descriptor.h> 26 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL; 29 const ::google::protobuf::Descriptor* CodeGeneratorResponse_descriptor_ = NULL; 32 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File_descriptor_ = NULL; 136 "uf/descriptor.proto\"}\n\024CodeGeneratorRequ" 222 const ::google::protobuf::Descriptor* CodeGeneratorRequest::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorRequest 519 metadata.descriptor = CodeGeneratorRequest_descriptor_; 720 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse_File 1088 const ::google::protobuf::Descriptor* CodeGeneratorResponse::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse [all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
GeneratedMessage.java | 33 import com.google.protobuf.Descriptors.Descriptor; 107 public Descriptor getDescriptorForType() { 108 return internalGetFieldAccessorTable().descriptor; 122 final Descriptor descriptor = internalGetFieldAccessorTable().descriptor; local 123 final List<FieldDescriptor> fields = descriptor.getFields(); 463 public Descriptor getDescriptorForType() { 464 return internalGetFieldAccessorTable().descriptor; 476 final Descriptor descriptor = internalGetFieldAccessorTable().descriptor local 843 final FieldDescriptor descriptor = extension.getDescriptor(); local 854 FieldDescriptor descriptor = extension.getDescriptor(); local 879 FieldDescriptor descriptor = extension.getDescriptor(); local 939 FieldDescriptor descriptor = next.getKey(); local 1176 final FieldDescriptor descriptor = extension.getDescriptor(); local 1186 FieldDescriptor descriptor = extension.getDescriptor(); local 1210 FieldDescriptor descriptor = extension.getDescriptor(); local 1223 final FieldDescriptor descriptor = extension.getDescriptor(); local 1237 final FieldDescriptor descriptor = extension.getDescriptor(); local 1253 final FieldDescriptor descriptor = extension.getDescriptor(); local [all...] |
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
Conformance.cs | 16 #region Descriptor 17 /// <summary>File descriptor for conformance.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:Conformance.ConformanceReflection 187 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 188 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.StructReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, global::Google.Protobuf.We (…) [all...] |
/external/javassist/src/main/javassist/ |
CtClassType.java | 43 import javassist.bytecode.Descriptor; 343 = (String)classnames.get(Descriptor.toJvmName(oldClassName)); 345 newClassName = Descriptor.toJavaName(newClassName); 601 numParameters = Descriptor.numOfParameters(minfo.getDescriptor()); [all...] |
/compatibility/cdd/5_multimedia/ |
5_4_audio-recording.md | 70 implementation via the `AudioEffect.Descriptor.uuid` field.
|
/external/javassist/src/main/javassist/bytecode/ |
SignatureAttribute.java | 427 char descriptor; field in class:SignatureAttribute.BaseType 428 BaseType(char c) { descriptor = c; } 431 * Returns the descriptor representing this primitive type. 433 * @see javassist.bytecode.Descriptor 435 public char getDescriptor() { return descriptor; } 442 return Descriptor.toPrimitiveClass(descriptor); 449 return Descriptor.toClassName(Character.toString(descriptor));
|