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

  /toolchain/binutils/binutils-2.25/gold/
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 468 known_attributes_["deprecated"] = true;
469 known_attributes_["required"] = true;
470 known_attributes_["key"] = true;
471 known_attributes_["hash"] = true;
472 known_attributes_["id"] = true;
473 known_attributes_["force_align"] = true;
474 known_attributes_["bit_flags"] = true;
475 known_attributes_["original_order"] = true;
476 known_attributes_["nested_flatbuffer"] = true;
477 known_attributes_["csharp_partial"] = true
602 std::map<std::string, bool> known_attributes_; member in class:flatbuffers::Parser
    [all...]

Completed in 98 milliseconds