Searched refs:to_token (Results 1 – 6 of 6) sorted by relevance
/third_party/rust/crates/log/src/kv/ |
D | value.rs | 783 pub(crate) fn to_token(&self) -> Token { in to_token() method 784 self.inner.to_token() in to_token() 885 assert_eq!(42u64.to_value().to_token(), Token::U64(42)); in test_to_value_structured() 886 assert_eq!(42i64.to_value().to_token(), Token::I64(42)); in test_to_value_structured() 887 assert_eq!(42.01f64.to_value().to_token(), Token::F64(42.01)); in test_to_value_structured() 888 assert_eq!(true.to_value().to_token(), Token::Bool(true)); in test_to_value_structured() 889 assert_eq!('a'.to_value().to_token(), Token::Char('a')); in test_to_value_structured() 891 "a loong string".to_value().to_token(), in test_to_value_structured() 894 assert_eq!(Some(true).to_value().to_token(), Token::Bool(true)); in test_to_value_structured() 895 assert_eq!(().to_value().to_token(), Token::None); in test_to_value_structured() [all …]
|
D | source.rs | 346 Source::get(&source, Key::from_str("a")).unwrap().to_token() in get() 362 Source::get(&map, Key::from_str("a")).unwrap().to_token() in hash_map() 375 Source::get(&map, Key::from_str("a")).unwrap().to_token() in btree_map() 731 Source::get(source, Key::from_str("a")).unwrap().to_token() in get() 735 Source::get(source, Key::from_str("b")).unwrap().to_token() in get()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidparse.h | 115 (p)->root.funcs.to_token( &(p)->root, t )
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1parse.h | 107 (p)->root.funcs.to_token( &(p)->root, t )
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | psaux.h | 412 (*to_token)( PS_Parser parser, member
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42parse.c | 125 (p)->root.funcs.to_token( &(p)->root, t )
|