Home
last modified time | relevance | path

Searched refs:ParseDataType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dcjs_util_unittest.cpp10 TEST(CJS_Util, ParseDataType) { in TEST() argument
110 EXPECT_EQ(cases[i].expected, util::ParseDataType(&input)) in TEST()
Dcjs_util.h42 static int ParseDataType(std::wstring* sFormat);
Dcjs_util.cpp118 switch (ParseDataType(&c_strFormat)) { in printf()
395 int util::ParseDataType(std::wstring* sFormat) { in ParseDataType() function in util
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc73 Status ParseDataType(DataType* dtype) { in ParseDataType() function in tensorflow::example::__anoncf92a8560111::parsed::Feature
383 if (!name_and_feature.second.ParseDataType(&dtype).ok()) return false; in TestFastParse()
593 TF_RETURN_IF_ERROR(feature.ParseDataType(&example_dtype)); in FastParseSerializedExample()
1344 TF_RETURN_IF_ERROR(feature.ParseDataType(&example_dtype)); in FastParseSingleExample()
1716 inline DataType ParseDataType(protobuf::io::CodedInputStream* stream) { in ParseDataType() function