Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dstring_block.h77 bool heap_allocated() const { return heap_allocated_; } in heap_allocated() function
92 explicit StringBlock(StringBlock* next, bool heap_allocated, size_type size, in StringBlock()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.cc123 void* heap_allocated; member