HomeSort by relevance Sort by last modified time
    Searched defs:item_type_ (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/lang_id/common/fel/
fel-parser.h 69 // Moves to the next input item. Sets item_text_ and item_type_ accordingly.
126 int item_type_; member in class:libtextclassifier3::mobile::FELParser
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.h 202 bool IsMap() { return item_type_ == MAP; }
203 bool IsAny() { return item_type_ == ANY; }
230 ItemType item_type_; member in class:google::protobuf::util::converter::ProtoStreamObjectWriter::Item

Completed in 356 milliseconds