Home
last modified time | relevance | path

Searched defs:source_context (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtype.proto57 SourceContext source_context = 5; field
151 SourceContext source_context = 4; field
Dapi.proto91 SourceContext source_context = 5; field
Dtype.pb.cc369 Type::_Internal::source_context(const Type* msg) { in source_context() function in Type::_Internal
373 PROTOBUF_NAMESPACE_ID::SourceContext* source_context) { in unsafe_arena_set_allocated_source_context()
1700 Enum::_Internal::source_context(const Enum* msg) { in source_context() function in Enum::_Internal
1704 PROTOBUF_NAMESPACE_ID::SourceContext* source_context) { in unsafe_arena_set_allocated_source_context()
Dtype.pb.h1594 inline const PROTOBUF_NAMESPACE_ID::SourceContext& Type::source_context() const { in source_context() function
1626 inline void Type::set_allocated_source_context(PROTOBUF_NAMESPACE_ID::SourceContext* source_context in set_allocated_source_context()
2196 inline const PROTOBUF_NAMESPACE_ID::SourceContext& Enum::source_context() const { in source_context() function
2228 inline void Enum::set_allocated_source_context(PROTOBUF_NAMESPACE_ID::SourceContext* source_context in set_allocated_source_context()
Dapi.pb.h804 inline const PROTOBUF_NAMESPACE_ID::SourceContext& Api::source_context() const { in source_context() function
826 inline void Api::set_allocated_source_context(PROTOBUF_NAMESPACE_ID::SourceContext* source_context)… in set_allocated_source_context()
Dapi.pb.cc187 Api::_Internal::source_context(const Api* msg) { in source_context() function in Api::_Internal
/external/protobuf/php/src/Google/Protobuf/
DEnum.php41 private $source_context = null; variable in Google\\Protobuf\\Enum
DType.php47 private $source_context = null; variable in Google\\Protobuf\\Type
DApi.php72 private $source_context = null; variable in Google\\Protobuf\\Api