Home
last modified time | relevance | path

Searched defs:DefaultConstruct (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dexplicitly_constructed.h65 void DefaultConstruct() { new (&union_) T(); } in DefaultConstruct() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Dexplicitly_constructed.h65 void DefaultConstruct() { new (&union_) T(); } in DefaultConstruct() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_time_accumulator_test.cc13 TEST(QuicTimeAccumulator, DefaultConstruct) { in TEST() argument
/external/pigweed/pw_sync/public/pw_sync/internal/
Dborrowable_storage.h85 T DefaultConstruct() { in DefaultConstruct() function