Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc529 bool IsNullable(const FieldDescriptor* descriptor) { in IsNullable() function
/external/perfetto/src/trace_processor/db/
Dcolumn.h334 bool IsNullable() const { return (flags_ & Flag::kNonNull) == 0; } in IsNullable() function