Searched defs:attributes_ (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump.h91 TracedValue* attributes_for_testing() const { return attributes_.get(); }
96 std::unique_ptr<TracedValue> attributes_; member in class:base::trace_event::MemoryAllocatorDump
/external/boringssl/src/crypto/test/
H A Dfile_test.h206 // attributes_ contains all attributes in the test, including the first.
207 std::map<std::string, std::string> attributes_; member in class:FileTest
/external/avb/test/
H A Davb_atx_validate_unittest.cc92 ops_.set_permanent_attributes(attributes_);
215 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxValidateTest
231 memcpy(&attributes_, tmp.data(), tmp.size());
282 attributes_.version = 25;
283 ops_.set_permanent_attributes(attributes_);
544 ops_.set_permanent_attributes(attributes_);
632 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxSlotVerifyTest
641 memcpy(&attributes_, tmp.data(), tmp.size());

Completed in 509 milliseconds