Searched defs:FixedSizeArrayService (Results 1 – 5 of 5) sorted by relevance
652 struct FixedSizeArrayService; struct654 impl Interface for FixedSizeArrayService {} implementation656 impl IRepeatFixedSizeArray::IRepeatFixedSizeArray for FixedSizeArrayService { implementation
702 struct FixedSizeArrayService; struct704 impl Interface for FixedSizeArrayService {} implementation707 impl IRepeatFixedSizeArray::IRepeatFixedSizeArrayAsyncServer for FixedSizeArrayService { implementation
780 class FixedSizeArrayService : public FixedSizeArrayExample::BnRepeatFixedSizeArray { class782 FixedSizeArrayService() {} in FixedSizeArrayService() function in __anon0586964a0111::FixedSizeArrayService
956 class FixedSizeArrayService : public FixedSizeArrayExample::BnRepeatFixedSizeArray { class958 FixedSizeArrayService() {} in FixedSizeArrayService() function in __anonf414188e0111::FixedSizeArrayService
728 public static class FixedSizeArrayService extends IRepeatFixedSizeArray.Stub { class in TestServiceServer