Home
last modified time | relevance | path

Searched refs:to_token (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/log/src/kv/
Dvalue.rs460 pub(crate) fn to_token(&self) -> Token { in to_token() method
461 self.inner.to_token() in to_token()
552 assert_eq!(42u64.to_value().to_token(), Token::U64(42)); in test_to_value_structured()
553 assert_eq!(42i64.to_value().to_token(), Token::I64(42)); in test_to_value_structured()
554 assert_eq!(42.01f64.to_value().to_token(), Token::F64(42.01)); in test_to_value_structured()
555 assert_eq!(true.to_value().to_token(), Token::Bool(true)); in test_to_value_structured()
556 assert_eq!('a'.to_value().to_token(), Token::Char('a')); in test_to_value_structured()
558 "a loong string".to_value().to_token(), in test_to_value_structured()
561 assert_eq!(Some(true).to_value().to_token(), Token::Bool(true)); in test_to_value_structured()
562 assert_eq!(().to_value().to_token(), Token::None); in test_to_value_structured()
[all …]
Dsource.rs346 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()
/external/freetype/src/cid/
Dcidparse.h115 (p)->root.funcs.to_token( &(p)->root, t )
/external/freetype/src/type1/
Dt1parse.h107 (p)->root.funcs.to_token( &(p)->root, t )
/external/freetype/include/freetype/internal/
Dpsaux.h412 (*to_token)( PS_Parser parser, member
/external/freetype/src/type42/
Dt42parse.c125 (p)->root.funcs.to_token( &(p)->root, t )