Home
last modified time | relevance | path

Searched defs:_o (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/ruby/bin/
Dnoproto_client.rb30 def self.marshal(_o) argument
34 def self.unmarshal(_o) argument
Dnoproto_server.rb30 def self.marshal(_o) argument
34 def self.unmarshal(_o) argument
/external/grpc-grpc/src/ruby/spec/generic/
Dservice_spec.rb21 def self.marshal(_o) argument
25 def self.unmarshal(_o) argument
32 def self.encode(_o) argument
36 def self.decode(_o) argument
/external/flatbuffers/tests/
Dmonster_extra_generated.h164 auto _o = new MonsterExtraT(); in UnPack() local
169 inline void MonsterExtra::UnPackTo(MonsterExtraT *_o, const flatbuffers::resolver_function_t *_reso… in UnPackTo()
180 …rExtra> MonsterExtra::Pack(flatbuffers::FlatBufferBuilder &_fbb, const MonsterExtraT* _o, const fl… in Pack()
184 …rExtra> CreateMonsterExtra(flatbuffers::FlatBufferBuilder &_fbb, const MonsterExtraT *_o, const fl… in CreateMonsterExtra()
/external/grpc-grpc/src/ruby/spec/support/
Dservices.rb20 def self.marshal(_o) argument
24 def self.unmarshal(_o) argument
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h445 auto _o = new AttackerT(); in UnPack() local
450 inline void Attacker::UnPackTo(AttackerT *_o, const flatbuffers::resolver_function_t *_resolver) co… in UnPackTo()
456 …set<Attacker> Attacker::Pack(flatbuffers::FlatBufferBuilder &_fbb, const AttackerT* _o, const flat… in Pack()
460 …set<Attacker> CreateAttacker(flatbuffers::FlatBufferBuilder &_fbb, const AttackerT *_o, const flat… in CreateAttacker()
471 auto _o = new MovieT(); in UnPack() local
476 inline void Movie::UnPackTo(MovieT *_o, const flatbuffers::resolver_function_t *_resolver) const { in UnPackTo()
485 …rs::Offset<Movie> Movie::Pack(flatbuffers::FlatBufferBuilder &_fbb, const MovieT* _o, const flatbu… in Pack()
489 …rs::Offset<Movie> CreateMovie(flatbuffers::FlatBufferBuilder &_fbb, const MovieT *_o, const flatbu… in CreateMovie()
/external/python/cpython3/Python/
DPython-ast.c2569 ast2obj_mod(void* _o) in ast2obj_mod()
2623 ast2obj_stmt(void* _o) in ast2obj_stmt()
3047 ast2obj_expr(void* _o) in ast2obj_expr()
3509 ast2obj_slice(void* _o) in ast2obj_slice()
3687 ast2obj_comprehension(void* _o) in ast2obj_comprehension()
3725 ast2obj_excepthandler(void* _o) in ast2obj_excepthandler()
3772 ast2obj_arguments(void* _o) in ast2obj_arguments()
3820 ast2obj_arg(void* _o) in ast2obj_arg()
3858 ast2obj_keyword(void* _o) in ast2obj_keyword()
3886 ast2obj_alias(void* _o) in ast2obj_alias()
[all …]
/external/python/cpython2/Python/
DPython-ast.c2134 ast2obj_mod(void* _o) in ast2obj_mod()
2189 ast2obj_stmt(void* _o) in ast2obj_stmt()
2566 ast2obj_expr(void* _o) in ast2obj_expr()
2960 ast2obj_slice(void* _o) in ast2obj_slice()
3140 ast2obj_comprehension(void* _o) in ast2obj_comprehension()
3174 ast2obj_excepthandler(void* _o) in ast2obj_excepthandler()
3222 ast2obj_arguments(void* _o) in ast2obj_arguments()
3261 ast2obj_keyword(void* _o) in ast2obj_keyword()
3290 ast2obj_alias(void* _o) in ast2obj_alias()