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

  /toolchain/binutils/binutils-2.27/gold/
attributes.cc 122 this->known_attributes_[i] = voa.known_attributes_[i];
143 data_size += this->known_attributes_[i].size(i);
166 this->known_attributes_[tag].set_type(type);
167 return &this->known_attributes_[tag];
189 return &this->known_attributes_[tag];
202 return &this->known_attributes_[tag];
243 this->known_attributes_[tag].write(tag, buffer);
attributes.h 243 { return &this->known_attributes_[0]; }
247 { return &this->known_attributes_[0]; }
280 Object_attribute known_attributes_[NUM_KNOWN_ATTRIBUTES]; member in class:gold::Vendor_object_attributes
  /external/flatbuffers/include/flatbuffers/
idl.h 513 known_attributes_["deprecated"] = true;
514 known_attributes_["required"] = true;
515 known_attributes_["key"] = true;
516 known_attributes_["hash"] = true;
517 known_attributes_["id"] = true;
518 known_attributes_["force_align"] = true;
519 known_attributes_["bit_flags"] = true;
520 known_attributes_["original_order"] = true;
521 known_attributes_["nested_flatbuffer"] = true;
522 known_attributes_["csharp_partial"] = true
699 std::map<std::string, bool> known_attributes_; member in class:flatbuffers::Parser
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp     [all...]

Completed in 62 milliseconds