Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.h81 kErrorNoMatchingFile = 1, enumerator
Dio_win32.cc383 return ExpandWildcardsResult::kErrorNoMatchingFile; in ExpandWildcards()
392 ExpandWildcardsResult matched = ExpandWildcardsResult::kErrorNoMatchingFile; in ExpandWildcards()
Dio_win32_unittest.cc578 ASSERT_EQ(result, ExpandWildcardsResult::kErrorNoMatchingFile); in TEST_F()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1554 kErrorNoMatchingFile: in InterpretArgument()