Home
last modified time | relevance | path

Searched defs:NullData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.h113 static DataPiece NullData() { return DataPiece(TYPE_NULL, 0); } in NullData() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.h113 static DataPiece NullData() { return DataPiece(TYPE_NULL, 0); } in NullData() function
/aosp_15_r20/external/pdfium/xfa/fxfa/formcalc/
H A Dcxfa_fmlexer_unittest.cpp305 TEST(CXFA_FMLexerTest, NullData) { in TEST() argument