Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/erl/test/
Dtest_thrift_compact_protocol.erl48 round_trip(This0, Type, Value0) -> function
56 {This1, ok} = round_trip(This0, bool, true),
57 {This2, ok} = round_trip(This1, bool, false),
60 byte(This0, Value0) -> round_trip(This0, byte, Value0).
69 i16(This0, Value0) -> round_trip(This0, i16, Value0).
80 i32(This0, Value0) -> round_trip(This0, i32, Value0).
93 i64(This0, Value0) -> round_trip(This0, i64, Value0).