HomeSort by relevance Sort by last modified time
    Searched refs:fields_size (Results 1 - 4 of 4) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 87 int fields_size; // uint field in class:DexClassImpl.AnnotationsDirectoryItem
123 annotationDir.fields_size = buffer.readUInt();
127 if (annotationDir.fields_size != 0) {
129 new FieldAnnotation[annotationDir.fields_size];
130 for (int i = 0; i < annotationDir.fields_size; i++) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
struct.pb.h 127 int fields_size() const;
414 inline int Struct::fields_size() const { function in class:google::protobuf::Struct
type.pb.h 201 int fields_size() const;
906 inline int Type::fields_size() const { function in class:google::protobuf::Type
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 1871 const Py_ssize_t fields_size = PyList_GET_SIZE(fields.get()); local
    [all...]

Completed in 172 milliseconds