Home
last modified time | relevance | path

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

/external/rust/crates/serde_json/src/
Derror.rs66 | ErrorCode::TrailingComma in classify()
232 TrailingComma, enumerator
305 ErrorCode::TrailingComma => f.write_str("trailing comma"), in fmt()
Dde.rs983 Ok(Some(b']')) => Err(self.peek_error(ErrorCode::TrailingComma)), in end_seq()
998 Some(b',') => Err(self.peek_error(ErrorCode::TrailingComma)), in end_map()
1924 Some(b']') => Err(self.de.peek_error(ErrorCode::TrailingComma)), in next_element_seed()
1972 Some(b'}') => Err(self.de.peek_error(ErrorCode::TrailingComma)), in next_key_seed()
/external/clang/unittests/Format/
DSortImportsTestJS.cpp242 TEST_F(SortImportsTestJS, TrailingComma) { in TEST_F() argument
/external/llvm-project/clang/unittests/Format/
DSortImportsTestJS.cpp260 TEST_F(SortImportsTestJS, TrailingComma) { in TEST_F() argument