Home
last modified time | relevance | path

Searched defs:NonTriviallyCopyableAggregate (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/flags/
Dflag_test.cc456 struct NonTriviallyCopyableAggregate { struct
458 NonTriviallyCopyableAggregate(const NonTriviallyCopyableAggregate& rhs) in NonTriviallyCopyableAggregate() argument
460 NonTriviallyCopyableAggregate& operator=( in operator =()
466 int value;
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag_test.cc459 struct NonTriviallyCopyableAggregate { struct
461 NonTriviallyCopyableAggregate(const NonTriviallyCopyableAggregate& rhs) in NonTriviallyCopyableAggregate() function
463 NonTriviallyCopyableAggregate& operator=( in operator =()
469 int value;