Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.cc900 double Tokenizer::ParseFloat(const string& text) { in ParseFloat() function in google::protobuf::io::Tokenizer
Dtokenizer_unittest.cc757 TEST_F(TokenizerTest, ParseFloat) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py1407 def ParseFloat(text): function