Home
last modified time | relevance | path

Searched refs:ParseBool (Results 1 – 5 of 5) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
Dtext_format.py485 result = ParseBool(self.token)
686 def ParseBool(text): function
/external/protobuf/python/google/protobuf/
Dtext_format.py986 result = ParseBool(self.token)
1166 def ParseBool(text): function
/external/golang-protobuf/proto/
Dlib.go781 x, err := strconv.ParseBool(prop.Default)
/external/golang-protobuf/jsonpb/
Djsonpb.go787 } else if v, err := strconv.ParseBool(ivStr); err == nil {
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc194 bool ParseBool(bool* result);
2573 bool HloParser::ParseBool(bool* result) { in ParseBool() function in xla::tools::__anon9449f1f20111::HloParser