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

  /external/protobuf/src/google/protobuf/io/
tokenizer.h 226 void set_allow_f_after_float(bool value) { allow_f_after_float_ = value; }
283 bool allow_f_after_float_; member in class:google::protobuf::io::Tokenizer
tokenizer.cc 199 allow_f_after_float_(false),
458 if (allow_f_after_float_ && (TryConsume('f') || TryConsume('F'))) {
913 // If the Tokenizer had allow_f_after_float_ enabled, the float may be
    [all...]

Completed in 234 milliseconds