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

  /external/pdfium/fxjs/
cjs_util_unittest.cpp 10 TEST(CJS_Util, ParseDataType) {
110 EXPECT_EQ(cases[i].expected, util::ParseDataType(&input))
cjs_util.h 15 // Return values for ParseDataType() below.
42 static int ParseDataType(std::wstring* sFormat);
cjs_util.cpp 118 switch (ParseDataType(&c_strFormat)) {
395 int util::ParseDataType(std::wstring* sFormat) {
  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing.cc 65 // ParseDataType has to be called first, then appropriate ParseZzzzList.
71 Status ParseDataType(DataType* dtype) {
361 if (!name_and_feature.second.ParseDataType(&dtype).ok()) return false;
547 TF_RETURN_IF_ERROR(feature.ParseDataType(&example_dtype));
    [all...]

Completed in 209 milliseconds